-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there any comparison benchmarks for the examples? #3
Comments
Sorry to spam you like this. I promise I'll stop. I wanted to get across some ideas that I've been thinking about - why clojure is getting stuck and how jise might be able to solve some of these problems.
I think there is a more efficient pathway to writing portable JS code with Wasm, especially when immutability is not as important as performance. The example for AOBench would definitely have much impact if it were for JS. This example for instance would be great to port to jise: https://mirkosertic.github.io/Bytecoder/chapter-1/chapter-1-1/page-1-1-a/
I think this would be really wishful thinking but it would be really great if code can be transformed. The current way of generating classes (one class per function) is quite wasteful and it'll be really great if there was a way of generating one class per namespace. That will make it super quick to load. |
I'm really curious about the typical speeds for the algorithms you implemented (like AOBench).
I ran it, it feels really fast but I'm not sure what a comparison might be.
Do you have any comparisons that you might have ran yourself?
The text was updated successfully, but these errors were encountered: