This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
brotli
Watch
1
Star
0
Fork
0
You've already forked brotli
mirror of
https://github.com/google/brotli.git
synced
2024-11-09 13:40:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
378485b097
brotli
/
.gitignore
9 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore file
2014-11-22 14:55:58 +00:00
*.o
Speed and memory usage improvements for the decoder. * Change order of members of bit reader state structure. * Remove unused includes for assert. Add BROTLI_DCHECK macros and use it instead of assert. * Do not calculate nbits in common case of ReadSymbol. * Introduce and use PREDICT_TRUE / PREDICT_FALSE macros. * Allocate less memory in the brotli decoder if it knows the result size beforehand. Before this, the decoder would always allocate 16MB if the encoder annotated the window size as 22 bit (which is the default), even if the file is only a few KB uncompressed. Now, it'll only allocate a ringbuffer as large as needed for the result file. But only if it can know the filesize, it's not possible to know that if there are multiple metablocks or too large uncompressed metablock.
2015-05-07 14:53:43 +00:00
*.pyc
Add .gitignore file
2014-11-22 14:55:58 +00:00
*.txt.uncompressed
*.bro
*.unbro
[python] prepend build/lib folder to PYTHONPATH before running tests
2015-04-22 15:49:00 +00:00
tools/bro
build/
dist/
Reference in New Issue
Copy Permalink