Update project description

This commit is contained in:
2024-02-18 19:47:54 -08:00
parent 79390b806c
commit 69ce3e2a20

View File

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