An open API service indexing awesome lists of open source software.

https://github.com/mariosieg/neurobit

Single header, Sub-byte (1.5, 2, 4 bit) quantization library in C-99
https://github.com/mariosieg/neurobit

Last synced: 10 months ago
JSON representation

Single header, Sub-byte (1.5, 2, 4 bit) quantization library in C-99

Awesome Lists containing this project

README

          

# neurobit
* Sub-byte (1.5, 2, 4 - bit) quantization functions in C.
* Single header C-99 library, no dependencies.
* The functions are not optimized with intrinsics and are more a reference implementation for my work. Optimizations may be added in the future.