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
- Host: GitHub
- URL: https://github.com/mariosieg/neurobit
- Owner: MarioSieg
- License: apache-2.0
- Created: 2025-06-20T13:54:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T16:13:49.000Z (12 months ago)
- Last Synced: 2025-08-29T06:36:14.432Z (10 months ago)
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.