Live data from Hacker News

Viewing profile — BlooIt

BlooIt

HN member
Joined
Fri, Feb 28, 2025, 9:40 AM UTC
HN karma
8
Public activity
5 items

About BlooIt

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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…

  5. 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…