Skip to content

3.1.0

Choose a tag to compare

@arun1729 arun1729 released this 10 Dec 16:21
· 2 commits to master since this release
fcacf55
  • feat: add batch mode for improved bulk insert performance
    Add batch mode to defer flush() operations during bulk inserts,
    significantly improving performance when inserting large graphs.

  • docs: update README, add benchmarks and roadmap, bump to v3.1.0

  • ci: add GitHub Actions workflow for PR tests

  • fix: use deterministic keys in test_indexer to avoid flaky hash collisions

  • fix: use deterministic keys in test_index to avoid flaky hash collisions