Tkrzw
Classes | Namespaces
tkrzw_dbm_skip_impl.h File Reference

Implementation components for the skip database manager. More...

#include <atomic>
#include <iostream>
#include <limits>
#include <mutex>
#include <set>
#include <string>
#include <string_view>
#include <tuple>
#include <utility>
#include <vector>
#include <cinttypes>
#include <cstdarg>
#include "tkrzw_dbm.h"
#include "tkrzw_file.h"
#include "tkrzw_file_util.h"
#include "tkrzw_lib_common.h"

Classes

class  tkrzw::SkipRecord
 Key and value record structure in the file skip database. More...
 
class  tkrzw::SkipRecordCache
 Cache of skip records. More...
 
class  tkrzw::RecordSorter
 Sorter for a large amound of records based on merge sort on files. More...
 

Namespaces

 tkrzw
 Common namespace of Tkrzw.
 

Detailed Description

Implementation components for the skip database manager.