Skip to content

Simple, single-file, nibble-based, adaptive rANS library with SSE2-accelerated modeling

License

Notifications You must be signed in to change notification settings

BareRose/nibrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

Features

The nibrans library provides a simple adaptive rANS coder using SSE2 acceleration, its features include:

  • No hard dependencies besides the standard library, making it fully portable for most purposes
  • Allows the adaptive model to be re-used across multiple compressions, useful for networking
  • Easy to use as a result of consisting of only three functions (init, encode, and decode)
  • Configurable adaption rate with default tuned towards arbitrary binary data

Attribution

You are not required to give attribution when using this library. If you want to give attribution anyway, either link to this repository, my website, or credit me as BareRose. If you want to support me financially, consider giving to my Patreon.

License

Licensed under CC0 aka the most lawyer-friendly way of spelling "public domain".

About

Simple, single-file, nibble-based, adaptive rANS library with SSE2-accelerated modeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages