Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BlooIt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Expanding access to AI with ChatGPT ads
(openai.com)
1 points
by
BlooIt
16d ago
|
0 comments
2.
▲
by
BlooIt
1y ago
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 version handles does about 2 million edges/second with
3.
▲
by
BlooIt
1y ago
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 algorithms. It’s built in Rust w
4.
▲
by
BlooIt
2y ago
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 because we noticed loading a 100m edge graph from scratch (CSV, P
5.
▲
by
BlooIt
2y ago
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. Disclaimer, I am one of the people