MemTable Class. More...
#include "constants.hpp"
#include "skiplist.hpp"
#include <cstddef>
#include <string>
Go to the source code of this file.
MemTable Class.
This class implements a MemTable using a skip list as In-Memory storage for LSM-Tree.