Skip to content

skarg/keylist

Repository files navigation

keylist Build Status

Keyed List C Library

This is an enhanced array of pointers to data. The list is sorted, indexed, and keyed. The array is much faster than a linked list. It stores a pointer to data chunk, which you must malloc and free on your own, or just use static data

About

Keyed List C Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published