I did some netlist database to demonstrate some parallel algorithms. However the project is exactly what hardwareIr is going to be. I do strip some features which are using openMP and other to have minimal library.
NetlistDB is focused on simplicity while remaining efficiency. It also contains functionality which you would expect from graph database (as a separate library from the core), like graph pattern match, path/cycle search, subgraph replace and others.
Bad thing that I still have to write one paper more and finish the issues there https://github.com/Nic30/ovs-cls/issues. But I probably post it like it is and strip the redundant functionality on the fly.
I did some netlist database to demonstrate some parallel algorithms. However the project is exactly what hardwareIr is going to be. I do strip some features which are using openMP and other to have minimal library.
NetlistDB is focused on simplicity while remaining efficiency. It also contains functionality which you would expect from graph database (as a separate library from the core), like graph pattern match, path/cycle search, subgraph replace and others.
Bad thing that I still have to write one paper more and finish the issues there https://github.com/Nic30/ovs-cls/issues. But I probably post it like it is and strip the redundant functionality on the fly.