snappy : http://code.google.com/p/snappy/
윈도우 컴파일 방법 : http://greenfishblog.tistory.com/152
1. snappy.cc / snappy-c.cc / snappy-sinksource.cc / snappy-stubs-internal.cc 추가
2. 빌드시 stdint.h 못찾는 에러
snappy_stubs-public.h
#if 1을 #if 0으로 모두 수정
snappy-stubs-internal.h
__i386__ 을 WIN32로 변경
1. fastLZ : http://fastlz.org/index.html
QuickLZ, Snappy 에 비해 느림
MIT 라이센스
2. QuickLZ
GPL 또는 상용 라이센스
3. Snappy
BSD 라이센스
4. LZ4 : https://code.google.com/p/lz4/
BSD 라이센스
'C++' 카테고리의 다른 글
윈도우 서버 성능 평가 (0) | 2013.06.20 |
---|---|
event id (0) | 2013.05.03 |
lock free queue (MPSC) (0) | 2013.05.03 |
profiler/performance tool (0) | 2013.04.26 |
cppcheck (0) | 2013.04.24 |
소수점 여부 판단 (0) | 2013.04.03 |
bit 출력 (0) | 2013.03.22 |
qt 4.8.4 컴파일 (0) | 2013.03.22 |