plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

Update Demo #279

Closed jvilk closed 8 years ago

jvilk commented 10 years ago

Our demo is old. We need a new one.

Things we should do before launching a new demo:

Things we might want to consider before launching a new demo:

jvilk commented 10 years ago

The doppio global task will be tracked in #263.

jvilk commented 8 years ago

We did it! 🎉

perimosocordiae commented 8 years ago

Is it just me, or is the performance really slow? Running the Fib demo takes a few seconds to print anything, each time you run it. (Chrome/Windows 10)

I know that we're no longer using the caching/JVM-reuse hacks from the bad old days, but is that expected behavior?

jvilk commented 8 years ago

Yes. We took a performance hit after increasing compatibility and, most notably, when we stopped loading user programs in the bootstrap classloader and instead used the app classloader as-intended.