| ▼ tommyds | |
| tommy.h | All-in-one include for Tommy |
| tommyalloc.h | Allocator of fixed size blocks |
| tommyarray.h | Dynamic array based on segments of exponentially growing size |
| tommyarrayblk.h | Dynamic array based on blocks of fixed size |
| tommyarrayblkof.h | Dynamic array based on blocks of fixed size |
| tommyarrayof.h | Dynamic array based on segments of exponentially growing size |
| tommyhash.h | Hash functions for the use with tommy_hashtable, tommy_hashdyn and tommy_hashlin |
| tommyhashdyn.h | Dynamic chained hashtable |
| tommyhashlin.h | Linear chained hashtable |
| tommyhashtbl.h | Fixed size chained hashtable |
| tommylist.h | Double linked list for collisions into hashtables |
| tommytree.h | AVL tree |
| tommytrie.h | Trie optimized for cache utilization |
| tommytrieinp.h | Inplace trie |
| tommytypes.h | Generic types |