We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. Thanks for great library. It ensures good compression results on great performance.
Only issue i faced - compressing exponential numbers. For integers with positive exponent it seems to work correct, but produces huge strings:
console.log(stringify(1e+123)); // ¢D6NHK4g4X000000000000000000000000000000000000000000000000000000000000
For negative exponent it produces wrong output:
console.log(stringify(1e-123)); // £0.0
I'll fix this and provide MR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
Thanks for great library. It ensures good compression results on great performance.
Only issue i faced - compressing exponential numbers.
For integers with positive exponent it seems to work correct, but produces huge strings:
For negative exponent it produces wrong output:
I'll fix this and provide MR
The text was updated successfully, but these errors were encountered: