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