TransactionKit 0.2 (Default branch) |
|
|
TransactionKit is a C library that provides
key/value based hash tables and was designed to
fill the gap between simple, lightweight key/value
type primitives, and the more advanced features
available in heavyweight databases.
License: BSD License (revised)
Changes:
Significant stability improvements and many bugfixes. Assembly code for atomic operations is now included for PPC, PPC-64, i386, and x86-64 architectures and will dynamically choose between the included primitives or OS provided versions. This allows execution on Mac OS X 10.4, which does not include OSAtomicEnqueue and OSAtomicDequeue.
|