/skeletondb

SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.

Primary LanguageGoMIT LicenseMIT

skeletondb GoDoc Build Status codecov

SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.

Implementation

Skeleton uses a bw-tree which is a parallel data structure that only uses atomic operations for high performance parallel operations.

License

Licensed under the MIT license. See the LICENSE file for more information.