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