At the core of graph4 is a double linked list (dll). Everything can be put into a dll: the bases the nodes in a base the attributes of a node the relations between nodes the attributes for a relation Within the dll header (dll.h) the dll is defined as: The payload can be anything: a […]
Maandelijks archief:oktober 2019
graph databases
For some time now I’m very interested in graph databases. Time to create one myself. Is that reinventing the wheel …yes, it probably is. But…in that way I learn something about the subject. I will develop in Netbeans with the C/C++ Plugin. Mind you….I’m not a professional programmer, so there will be a lot of […]