You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you recommend some iteration/memory settings to support the majority of devices please?
For example, there is many people that uses mobile with small capabilities (512MB RAM / 1Ghz CPU for an iPhone 4S).
EDIT: I think the best option is to make some settings tests when the user sign up, and to keep the settings used for this user's device, to be uses when the user sign in. I've explained this here.
The text was updated successfully, but these errors were encountered:
Hi,
It depends on your goals, there's no general guide here. You can try some settings and check if time/complexity ratio is enough for you.
Also, on iPhone 4S there's no WebAssembly and it will be much slower, but I don't have an estimate, you need to test it on a real device.
Thank you for this useful library porting to JS!
Do you recommend some iteration/memory settings to support the majority of devices please?
For example, there is many people that uses mobile with small capabilities (512MB RAM / 1Ghz CPU for an iPhone 4S).
EDIT: I think the best option is to make some settings tests when the user sign up, and to keep the settings used for this user's device, to be uses when the user sign in. I've explained this here.
The text was updated successfully, but these errors were encountered: