Tkrzw
File List
Here is a list of all documented files with brief descriptions:
 tkrzw_cmd_util.hCommand-line utilities
 tkrzw_compress.hData compression functions
 tkrzw_containers.hMiscellaneous data containers
 tkrzw_dbm.hDatabase manager interface
 tkrzw_dbm_async.hAsynchronous database manager adapter
 tkrzw_dbm_baby.hOn-memory database manager implementations based on B+ tree
 tkrzw_dbm_cache.hOn-memory database manager implementations with LRU deletion
 tkrzw_dbm_common_impl.hCommon implementation components for database managers
 tkrzw_dbm_hash.hFile database manager implementation based on hash table
 tkrzw_dbm_hash_impl.hImplementation components for the hash database manager
 tkrzw_dbm_poly.hPolymorphic database manager adapter
 tkrzw_dbm_shard.hSharding database manager adapter
 tkrzw_dbm_skip.hFile database manager implementation based on skip list
 tkrzw_dbm_skip_impl.hImplementation components for the skip database manager
 tkrzw_dbm_std.hOn-memory database manager implementations with the C++ standard containers
 tkrzw_dbm_tiny.hOn-memory database manager implementations based on hash table
 tkrzw_dbm_tree.hFile database manager implementation based on B+ tree
 tkrzw_dbm_tree_impl.hImplementation components for the tree database manager
 tkrzw_dbm_ulog.hDBM update logger implementations
 tkrzw_file.hFile interface
 tkrzw_file_mmap.hFile implementations by memory mapping
 tkrzw_file_poly.hPolymorphic file adapter
 tkrzw_file_pos.hFile implementations by positional access
 tkrzw_file_std.hFile implementations by the C++ standard file stream
 tkrzw_file_util.hFile system utilities
 tkrzw_hash_util.hHash utilities
 tkrzw_index.hSecondary index implementations
 tkrzw_key_comparators.hBuilt-in comparators for record keys
 tkrzw_langc.hC language binding of Tkrzw
 tkrzw_lib_common.hCommon library features
 tkrzw_logger.hLogger interface and implementations
 tkrzw_message_queue.hMessage queue on the file stream
 tkrzw_str_util.hString utilities
 tkrzw_thread_util.hThreading utilities
 tkrzw_time_util.hTime utilities