Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikzenker/libbrotlic
C interface for parallel brotli compression
https://github.com/erikzenker/libbrotlic
Last synced: 26 days ago
JSON representation
C interface for parallel brotli compression
- Host: GitHub
- URL: https://github.com/erikzenker/libbrotlic
- Owner: erikzenker
- Created: 2015-12-11T08:37:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T08:38:15.000Z (about 9 years ago)
- Last Synced: 2024-10-30T01:44:48.698Z (2 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libbrotli C#
C interface for parallel brotli compression.
## Build ##
`g++ -fpic -shared brotli_c.cpp -l brotlienc -l brotlidec -o libbrotli_c.so`
## Usage ##
`gcc my_code_using_libbrotli_c.c -L /Path/to/libbrotli_c.so -l brotli_c -l pthread`