Skip to content

v0.0.0.1-pre-alpha-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SnowCheetos SnowCheetos released this 15 Jul 20:12
· 116 commits to main since this release
295526e

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.