Viewing profile — BlooIt
BlooIt
HN member- Joined
- Fri, Feb 28, 2025, 9:40 AM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About BlooIt
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44029426
Hello. These benchmarks are a bit outdated, we’re currently updating them this sprint. The open-source in-memory version loads around 3 million edges/second, while the on-disk vers…
-
comment
Comment #43982654
Shameless plug: If you're exploring graph+vector databases, check out https://github.com/Pometry/Raphtory/ — with a full Python SDK and built-in support for most common graph algor…
-
comment
Comment #43205015
Good questions. 1) You can persist a graph to disk. By default, this uses protobuf (`save_to_file`), however we’re migrating to Parquet in next release for better performance becau…
-
comment
Comment #43203685
Checkout https://github.com/Pometry/Raphtory , it's written in Rust, embedded (the binaries are about 20mb) and you can use the Python APIs as a drop-in replacement for NetworkX. D…