Skip to content

Releases: iMoonLab/Hypergraph-DB

v0.1.2 release

22 Dec 09:53
Compare
Choose a tag to compare

Fix bugs of "remove_e()" function, and update readme.

v0.1.1 release

16 Dec 09:21
Compare
Choose a tag to compare

Release Notes for Version 0.1.1

In this release, we have improved the speed of hypergraph construction and querying by 100 times. For example, constructing a hypergraph with 10,000 nodes and performing 40,000 vertex and hyperedge queries took 90 seconds in version 0.1.0, but now it only takes 0.05 seconds in version 0.1.1.

Additionally, we have added more comprehensive tests and introduced dedicated stress tests to ensure the stability and performance of the system under heavy workloads.

v0.1.0 release

16 Dec 05:57
Compare
Choose a tag to compare

The first version of Hypergraph Database.