From 69ce3e2a203a50b86cc571f33b4f5c224a711473 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sun, 18 Feb 2024 19:47:54 -0800 Subject: [PATCH] Update project description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6033ea..9780427 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)