]> pd.if.org Git - btree/commitdiff
Add threadskvi.c to readme file.
authorunknown <karl@E04.petzent.com>
Mon, 18 Aug 2014 22:03:17 +0000 (15:03 -0700)
committerunknown <karl@E04.petzent.com>
Mon, 18 Aug 2014 22:03:17 +0000 (15:03 -0700)
README.md

index b1206be147916fcfc467d7327bec2c2574955758..aab487ef589a5d19fabc0afbb9c3f157ef663977 100644 (file)
--- 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