nemea-common 1.6.3
include Directory Reference

Files

 b_plus_tree.h
 B+ tree data structure.
 
 configurator.h
 
 counting_sort.h
 Counting sort - A stable sorting algorithm which is not based on compare and exchange principle.
 
 cuckoo_hash.h
 Generic hash table with Cuckoo hashing support – header file.
 
 cuckoo_hash_v2.h
 Generic hash table with Cuckoo hashing support – header file.
 
 fast_hash_filter.h
 Fast 8-way hash table with rehashing possibility.
 
 fast_hash_table.h
 Fast 4-way hash table with stash - header file.
 
 nemea-common.h
 Header file containing common headers.
 
 prefix_tree.h
 
 progress_printer.h
 Macros for printing a given character (dot by default) every N records – header file.
 
 real_time_sending.h
 Delaying sending of records according to their original timestamps.
 
 super_fast_hash.h
 SuperFastHash (http://www.azillionmonkeys.com/qed/hash.html)