Stasis is a flexible transactional storage library for high-performance applications and system developers. It supports concurrent transactional storage and no-FORCE/STEAL buffer management.
96e7af92a4
Also, numerous bugfixes. |
||
---|---|---|
doc | ||
libdfa | ||
lladd | ||
m4 | ||
pbl | ||
src | ||
test | ||
utilities | ||
AUTHORS | ||
bootstrap | ||
ChangeLog | ||
clean.sh | ||
configure.in | ||
COPYING | ||
lladd.prj | ||
lladd.pws | ||
Makefile.am | ||
mkinstalldirs | ||
NEWS | ||
NOTES | ||
README | ||
reconf | ||
reconf-1.8 | ||
stamp-h.in |
LLADD is an experimental Lightweight Library for Atomicity and Durability of Data. Please see the COPYING file for licensing information. To build, do: ./configure make make check make install To build the API and internals documentation, run: make docs after configure. 'make check' requires the GNU check library, 'make doc' requires Doxygen. We haven't tested make install. ;) If you want to install check to a non-standard location, try this: ./configure --with-check=/home/eecs/sears/check This package contains a copy of Peter Graf's Program Base Library, PBL, which is distributed under the terms of the LGPL. The original version can be found at: http://mission.base.com/peter/source/ LLADD's version of the package adds the jbhash.* files, and compiles PBL using LLADD's make files. Currently, LLADD's hash table implementations are based upon code from PBL, and pbl is used in a number of places throughout LLADD.