Conversation
Contributor
Author
|
I took the time to benchmark Prism in interpreted mode vs. the precompiled AOT we just introduced and here are my numbers (measuring throughput, higher is better): The AOT is 30X faster, if @enebo early measures are still valid I think there are chances to use it as default in JRuby 🙂 , cc. @headius |
071940d to
b70b76a
Compare
enebo
approved these changes
Apr 1, 2025
Collaborator
|
There are two fails here but this is unrelated to this PR and those jobs are not used at all by these Java changes: test-all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tightening up the Java Wasm integration.
Here we are using
WasmModuleInterfaceto generate an easy to use API(it's generated on the fly you need to compile the project to actually see it) out of Prism.After this PR gets merged we are ready to publish to Maven Central a self contained package of about ~550Kb that can be used as a direct dependency from Java projects.
To do it I'll need a bit of guidance (choosing maintainers/links/licensing etc. in the
pom.xml), I can start by opening a WIP PR and I can work together with a maintainer to bring it home if that's something you would like to pursue.Alternatively I'd like to ask permission to publish from an organization I own.