v0.0.0.1-pre-alpha-1
Pre-release
Pre-release
SnowCheetos
released this
15 Jul 20:12
·
116 commits
to main
since this release
This was the last stage before starting rust backend implementation.
I quickly realized pure python just won't cut it. For instance, graph data are inherently better suited for lower level languages with memory controls. The dynamic nature of python is great for many things, but it becomes a headache when dealing with explicit referencing or copying.