SunriseDD Hash Algorithm

2011 Nov 06


The Sunrise Data Dictionary is a library for lock-free hash table storage of arbitrary data objects with built-in reference counting and guaranteed order iteration for the C programming language. It can be used with the Boehm garbage collector, participate in external reference counting systems or use its own built-in reference counting. It comes with a variety of built-in hash functions and allows the use of runtime supplied hash functions via callback.


dd_data_dictionary.c
dd_data_dictionary.h
dd_dynamic_array.c
dd_dynamic_array.h
dd_hash_functions.c
dd_hash_functions.h
dd_hashtable_size.c
dd_hashtable_size.h
dd_lib_info.c
dd_lib_info.h
dd_macros.h dd_settings.h
dd_settings.pp
dd_sorted_keys.h dd_status_codes.h dd_symbol_table.h dd_types.h

2007-2008