|
vkdb
A time series database engine in C++.
|
vkdb is a hobbyist time series database engine built with a focus on simplicity and modernity. Motivated by unfamiliar architectures and endless optimisation opportunities, this project is far from commercial, and is defined by a pursuit of challenge.
Distributed under the MIT License. See LICENSE for more information.
Used MurmurHash3 for the Bloom filters. Fast, uniform, and deterministic.