Provides a simple example of creating a Log Structure Store (a binary file used to store serialised objects) with ACID transactions.
exLss └── src ├── Demo1.cpp ├── Demo2.cpp ├── Demo3.cpp ├── exLss.cpp └── exLss.xcpj