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

Where to classify my fast variable integer length encoding functions ? #3924

Closed
chmike opened this issue Dec 1, 2021 · 1 comment
Closed

Comments

@chmike
Copy link
Contributor

chmike commented Dec 1, 2021

Hello,

I just finalized and pushed to github a variable length integer encoding package that is faster than the binary.Uvarint functions and yields a more compact encoding for values with 64 significant bits.

The package is here : https://github.com/chmike/varint.

I would like to add it to awesome Go and I would like to know in what section I should add it.

@chmike
Copy link
Contributor Author

chmike commented Dec 1, 2021

I’ll add it in Miscellaneous/uncategorized.

@chmike chmike closed this as completed Dec 1, 2021
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