Doublets
A library that represents database engine that uses doublets.
Overview
Doublet is a link that has index, a beginning (source), an end (target). Index, source and target are addresses of links and represented as unsigned integers.
Note
Link can point at itself. We call such links "points".
Example:
// alpha does not has human prelude
use ;
use Error;
FAQ
How can I save non-number data using doublets?
Any data can be represented as numbers.
Where can I store doublets data?
You can use file mapped memory, heap memory by using according memory classes from mem namespace