downgraded default profile to core2
[k8sbuild.git] / xoptz / iowow.xopt
blob12a96db4de318ee53b955618e56fa5240eb8d85a
1 !INCLUDE _cmake
3 #profile=empty
4 profile=core2
6   CMAKE_BUILD_TYPE=Release
7   # build static library
8   BUILD_SHARED_LIBS=OFF
9   BUILD_EXAMPLES=OFF
10   PACKAGE_TGZ=OFF
11   PACKAGE_ZIP=OFF
12   BUILD_DOCUMENTATION=OFF
14   #LIB_SUFFIX=
15   #DOC_INSTALL_DIR=doc
16   #MAN_INSTALL_DIR=man/man1
19 !DESC
20 IOWOW -- persistent key/value database engine based on skip list
22 IOWOW Features
23   * Support of multiple key-value databases within a single file.
24   * Native support of integer keys
25   * Write Ahead Logging (WAL) support (http://iowow.io/wal)
26   * Ultra-fast traversal of database records
27   * Compound keys support
28   * Good performance comparing its main competitors: `lmdb`,
29     `leveldb`, `kyoto cabinet`
30   * Tiny C11 library (200Kb) can be easily embedded into any software
31 !EOF