+Mircea Trofin <[email protected]> I would definitely recommend the response API when available; there are optimizations in the works such as streaming compile and transparent caching that will be strictly better than indexeddb+ArrayBuffer for most use cases. It's been on my list to add support for the response API to emscripten but I haven't gotten to it yet.
WRT mac vs windows, I don't know of any particular performance issues (for pure compute-bound code) that should be specific to Mac or Android. Perhaps Mircea knows more. And yes AOT compilation does use all available cores. On Wed, Jul 12, 2017 at 11:31 AM Gaurav Dewan <[email protected]> wrote: > I see that indexeddb is targeted for M62 canary so AOT time as of today > makes sense. Maybe I should try response api in M61. > I am concerned more about slowness like that on mac and specifically > android phones? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
