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

RUST language implemenation of IoText protocol #14

Open
bieli opened this issue Aug 15, 2023 · 2 comments · May be fixed by #13
Open

RUST language implemenation of IoText protocol #14

bieli opened this issue Aug 15, 2023 · 2 comments · May be fixed by #13
Labels
enhancement New feature or request

Comments

@bieli
Copy link
Owner

bieli commented Aug 15, 2023

Based on experience from tiktoken data science Open Source repository and benchmarks for IoText encoder/decoder (compare to JSON), it will be good to have a fast native solution in IoText data protocol encoders/decoders.

I believe, that RUST programming language is a good way!

@bieli bieli added the enhancement New feature or request label Aug 15, 2023
@bieli bieli linked a pull request Aug 15, 2023 that will close this issue
@bieli
Copy link
Owner Author

bieli commented Aug 16, 2023

I decided to create the new repository IoText-rs with dedicated CI/CD processes and RUST lang. specific instead of mixing with this (Python lang.) impl.

@bieli
Copy link
Owner Author

bieli commented Aug 27, 2023

@przemek1236 As we can see here: bieli/IoText-rs#3 , when comparing the same data in both protocols IoText & JSON, we have very similar speeds of decoding from string to RUST data structure.

This is a good situation, because we have no issues on the performance side with IoText protocol when we have RUST implementation :-)

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

Successfully merging a pull request may close this issue.

1 participant