Paper tinkering

This commit is contained in:
2024-02-19 13:29:16 -08:00
parent deb85f5645
commit 939b791e01
3 changed files with 22 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ project(
conflict_set
VERSION 0.0.1
DESCRIPTION
"A data structure for detecting mvcc read-write conflicts for ranges of bitwise-lexicographically-ordered keys."
"A data structure for optimistic concurrency control on ranges of bitwise-lexicographically-ordered keys."
LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 20)