https://github.com/nemequ/lzjb
LZJB implementation forked from FreeBSD
https://github.com/nemequ/lzjb
Last synced: 8 months ago
JSON representation
LZJB implementation forked from FreeBSD
- Host: GitHub
- URL: https://github.com/nemequ/lzjb
- Owner: nemequ
- Created: 2013-10-16T00:55:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T21:27:38.000Z (almost 10 years ago)
- Last Synced: 2025-07-27T20:59:49.243Z (11 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a fork of the LZJB implementation from FreeBSD, which is
itself a fork of Sun/Oracle's OpenSolaris implementation. This
version contains a few minor enhancements aimed primarily at making
the code easy to embed in other projects, as well as some minor
performance hints.