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
At the moment, I am the only maintainer, and have no free time to develop the project in any significant way until I complete my PhD in September. However, I am responsive to pull requests, and would be willing to advise anyone who puts in the effort to make a solid contribution to support any of those items.
Regarding performance, see the evaluation in our academic paper. Expect ~24-42x slowdown over the native HotSpot interpreter on compute-intensive applications. Much of this slowdown has to do with the fact that DoppioJVM lacks a comprehensive JIT, and that it has to emulate multiple threads on top of a single JavaScript thread due to limitations of the browser environment (see paper).
A status page with what is working, what is in development and what will never support will be nice.
Also which performance I can expect. How many slower will a app typical on the same hardware?
My current main question is which type of GUI is supported. A console application is nice, but not what people are looking for.
The text was updated successfully, but these errors were encountered: