nemea-common  1.6.3
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  include
 b_plus_tree.hB+ tree data structure
 configurator.h
 counting_sort.hCounting sort - A stable sorting algorithm which is not based on compare and exchange principle
 cuckoo_hash.hGeneric hash table with Cuckoo hashing support – header file
 cuckoo_hash_v2.hGeneric hash table with Cuckoo hashing support – header file
 fast_hash_filter.hFast 8-way hash table with rehashing possibility
 fast_hash_table.hFast 4-way hash table with stash - header file
 nemea-common.hHeader file containing common headers
 prefix_tree.h
 progress_printer.hMacros for printing a given character (dot by default) every N records – header file
 real_time_sending.hDelaying sending of records according to their original timestamps
 super_fast_hash.hSuperFastHash (http://www.azillionmonkeys.com/qed/hash.html)