This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-snappy
mirror of
https://github.com/status-im/nim-snappy.git
Watch
2
Star
0
Fork
You've already forked nim-snappy
0
Code
Issues
Projects
Releases
Wiki
Activity
Cg4
nim-snappy
/
.gitignore
11 lines
70 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Added fuzzing tests
2020-05-20 18:05:35 +00:00
nimcache/
initial commit
2018-11-02 05:10:58 +00:00
master
*.exe
Added fuzzing tests
2020-05-20 18:05:35 +00:00
*.a
# Fuzzer-generated files
crash-*
allow skipping crc32 integrity check (#22) Some data is already protected by stronger checks - crc32 on the other hand significantly slows down framed reading - ie 2.5x slower: ``` 118.853 / 41.781, 129.115 / 0.000, 188.438 / 0.000, 90.565 / 44.371, 50, 115613038, state-6800000-488b7150-d613b584.ssz 186.600 / 97.202, 191.935 /123.325, 0.000 / 0.000, 0.000 / 0.000, 50, 115613038, state-6800000-488b7150-d613b584.ssz(framed) ``` The difference between unframed and framed decoding is the CRC32 check - it takes ~50ms on a decent laptop for a 110mb file.
2023-07-25 15:50:36 +00:00
build/