Tkrzw
|
tkrzw_cmd_util.h | Command-line utilities |
tkrzw_containers.h | Miscellaneous data containers |
tkrzw_dbm.h | Database manager interface |
tkrzw_dbm_baby.h | On-memory database manager implementations based on B+ tree |
tkrzw_dbm_cache.h | On-memory database manager implementations with LRU deletion |
tkrzw_dbm_common_impl.h | Common implementation components for database managers |
tkrzw_dbm_hash.h | File database manager implementation based on hash table |
tkrzw_dbm_hash_impl.h | Implementation components for the hash database manager |
tkrzw_dbm_poly.h | Polymorphic datatabase manager adapter |
tkrzw_dbm_shard.h | Sharding datatabase manager adapter |
tkrzw_dbm_skip.h | File database manager implementation based on skip list |
tkrzw_dbm_skip_impl.h | Implementation components for the skip database manager |
tkrzw_dbm_std.h | On-memory database manager implementations with the C++ standard containers |
tkrzw_dbm_tiny.h | On-memory database manager implementations based on hash table |
tkrzw_dbm_tree.h | File database manager implementation based on B+ tree |
tkrzw_dbm_tree_impl.h | Implementation components for the tree database manager |
tkrzw_file.h | File interface |
tkrzw_file_mmap.h | File implementations by memory mapping |
tkrzw_file_pos.h | File implementations by positional access |
tkrzw_file_util.h | File system utilities |
tkrzw_index.h | Secondary index implementations |
tkrzw_key_comparators.h | Built-in comparators for record keys |
tkrzw_lib_common.h | Common library features |
tkrzw_str_util.h | String utilities |
tkrzw_thread_util.h | Threading utilities |