Skip to content
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

Feature/question request: replace Java implementation with bindings to a Web Assembly (WASM) module created from the Rust implementation #260

Open
azagniotov opened this issue Dec 8, 2024 · 0 comments

Comments

@azagniotov
Copy link

Hello Team. As per subject. Would you consider replacing Java implementation with bindings to a Web Assembly (WASM) module created from the Rust implementation? Rust has a higher speed of execution and a lower memory requirements.

This is useful especially, if the huge amount of memory required by the native JVM implementation turns out to be a problem for multiple users. Plus, you will have one less language implementation to maintain :)

In order to create the Java bindings, I could suggest to use chicory, a native JVM WASM runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant