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

Testing transaction pack #2

Open
aleksraiden opened this issue Nov 22, 2018 · 2 comments
Open

Testing transaction pack #2

aleksraiden opened this issue Nov 22, 2018 · 2 comments
Assignees
Labels
R&D Research
Milestone

Comments

@aleksraiden
Copy link
Member

  1. Prepare test of transactions (use Binance exchange, random 100 samples by 15 min frame)
  2. Test various format - compact json, hex-serialized, binary pack (test pack PHP funct)
  3. Test compressing algs. - LZMA2, zstd, Brotli etc.
@aleksraiden aleksraiden added the R&D Research label Nov 22, 2018
@aleksraiden aleksraiden added this to the R&D Stage milestone Nov 22, 2018
@aleksraiden aleksraiden self-assigned this Nov 22, 2018
@aleksraiden
Copy link
Member Author

For test compression using this (https://github.com/mcmilk/7-Zip-zstd) fork of 7-Zip with addition algorithms. As default settings for any of tested version, compression level set to Maximum (not Ultra).

@aleksraiden
Copy link
Member Author

LZMA2 has biggest compression rate both in small and large transaction blocks.
Use pure Go library, https://github.com/ulikunitz/xz for next real-world test

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

No branches or pull requests

1 participant