3.1.0
-
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