(And now for something
completely different:)
In the past weeks, I have worked on a very simple
tool for creating C++ based Object-Oriented persistent store based on the
concept op Memory Mapped Files. Windows allows you to open a file as if it were
inside the memory of your program. (This functionality is also widely used by
the operating system itself.) I decided to make the source available
under GNU General Public
License. I have to give credits to Suneido(See here for an example of usage)