Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 378 Bytes

File metadata and controls

9 lines (8 loc) · 378 Bytes

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