From f8b82287f4c543bc5a1a97962a3a0c6706d166af Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Aug 2014 15:03:17 -0700 Subject: [PATCH] Add threadskvi.c to readme file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1206be..aab487e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ threads2i.c Multi-Threaded/Multi-Process with latching implemented by a latc threads2j.c Multi-Threaded/Multi-Process with latching implemented by a latch manager with test & set locks in the first few btree pages with Linux futex system calls during contention. +threadskv1.c Multi-Threaded/Multi-Process based on threads2i.c that generalizes key/value storage in the btree pages. The page slots are reduced to 16 or 32 bits, and the value byte storage occurs along with the key storage. + Compilation is achieved on linux or Windows by: gcc -D STANDALONE threads2h.c -lpthread -- 2.40.0