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

FYI: Making java bindings for fsst #14

Open
JervenBolleman opened this issue Jan 10, 2024 · 2 comments
Open

FYI: Making java bindings for fsst #14

JervenBolleman opened this issue Jan 10, 2024 · 2 comments

Comments

@JervenBolleman
Copy link

Dear @peterboncz, all,

Just wanted to say thank you for creating and documenting FSST so clearly. I am implementing some java bindings for FSST at FSST4j.

I had to reimplement the decoder in Java (easy enough once I finally understood how the fsst_export data structure is encoded, took me longer than it should have). This is because the fsst_decompress is not findable by jextract as it is an inline function.

Still lots of work to be done before this fsst4j is production ready. The reason I wanted to inform you about this work early is that I thought it was correct to have the automatic generated binding code to be placed into a java package nl.cwi.da.fsst to give proper credit. However, you might prefer that is done differently.

Regards,
Jerven

@jeschkies
Copy link

I've started with Rust bindings https://github.com/jeschkies/fsst-rs and moved the fsst_decompress but I guess it should be ported instead, like you did.

Unfortunately my bindings are not working yet.

@peterboncz
Copy link
Collaborator

apologies for the late reaction great to hear this is being picked up in JVM and rust.
In order to give these implementations more visibility, and try to limit fragmentation of implementations, I would be willing to let (good-quality) implementations into this repo. You can also contact me privately if you wish to discuss this.

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

3 participants