-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workers vs activate nft markers in jsartoolkit #234
Comments
I think you are making a comparison between our jsartoolki5 and ARnft. Honestly i haven't thought in that terms, my intentions was simpler to provide a Multi NFT solution, because i haven't yet managed to solve some issues in the Multi NFT feature in JsartoolkitNFT see my PR webarkit/jsartoolkitNFT#102. But i think you are right probably it load faster. Lines 203 to 208 in 14d6a7a
If you some other idea, i'm open to other solutions. |
ok i didn't made the right questions: what i think is needed is to patch jsartoolkit5 so that loading could be faster, wasn't there an algorithm of compression for that? Or would be cool to be able to "copy" the memory blocks that jsartoolkit5 needs and only the first time you load on the browser takes time.. second time stores it on the local storage on the browser.. ?! What i want is to share experiences and help improving this software, by sharing my experience and joining on improving the codebase. |
Ok now i understood your intention.
Because of jsartoolkitNFT it use WASM as single file.
It could be but i can not be sure.
But with jsartoolkiNFT is not so slow... That is a good point.
Yes but not yet merged webarkit/jsartoolkit5#11, i think i need to work again on it. BTW we could integrate into jsartoolkitNFT and so ARnft.... |
Hi! :)
I've been testing around and found out that in smartphones loading up to 10 NFT markers blows up the memory. I'm not using this library yet, but another version we made directly from jsartoolkit5 (wasm).
my question is, why did you choose to create a worker for each nft?!
My main answer is: For loading everything faster in different threads.
The text was updated successfully, but these errors were encountered: