LLFIOS is a fast persistent Disk IO utility that supports database-like
operations
// INSERT, UPDATE, READ, DELETE // with //Serialisation// support for nested
data.
The Object must be //FIXED-SIZE// for it to work.
[Note : LLFIOS is not replacement for any DBMS. Not even close. It is purely a
storage utility
for Data Serialisation]
LLFIOS started as inquisitive probing of ByteBuffers in Java NIO package, when i was
working on a
<> project, which soon turned
into a blazing-fast disk IO utility with serialisation support. Not the Java
serialisation with all of its overhead.
Serialisation is powered through //byte orderings// and //tokens//.
LLFIOS also powers Hangman and Diccione under the hood.