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
As suggested by @rikusilvola, we should see huge improvements by compiling the search algorithms with wasm_of_ocaml since it's pure computation! However we don't have benchmarks to evaluate the impact of the change atm.
The text was updated successfully, but these errors were encountered:
Indeed you should probably see an improvement on pure computation!
IIRC Chrome has a very good profiler built-in. Compiling to wasm should not be hard once you have a JS bundle of your application. (We also have a fork of Dune to add the wasm target even more easily.)
As suggested by @rikusilvola, we should see huge improvements by compiling the search algorithms with
wasm_of_ocaml
since it's pure computation! However we don't have benchmarks to evaluate the impact of the change atm.The text was updated successfully, but these errors were encountered: