https://github.com/jabr/olio
A general support/utility library in C.
https://github.com/jabr/olio
Last synced: 3 months ago
JSON representation
A general support/utility library in C.
- Host: GitHub
- URL: https://github.com/jabr/olio
- Owner: jabr
- License: mit
- Created: 2011-08-09T06:23:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-09T06:32:10.000Z (almost 14 years ago)
- Last Synced: 2025-03-15T00:11:16.705Z (3 months ago)
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# olio
## A general support/utility library in C.
Not all modules have been implemented.
The most interesting bits are probably the random number generator (Mersenne Twister with the revised seeding procedure); the skiplist (using a paged, deterministic algorithm); the wavelet-based, k-means clustering code; and maybe the graph dfs and perfect hash generator.
Actual documentation to come some day soon.