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

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.

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.