Urgent.News

What's breaking now, across thousands of outlets.

Continued

Tech

I benchmarked 5 managed graph databases — and the "obvious" winner changed depending on what I measured

I benchmarked 5 managed graph databases — and the "obvious" winner changed depending on what I measured The setup I was asked to benchmark CognoDB Cloud — a new Neo4j-compatible managed graph database…

  • Memgraph Cloud led in single-hop queries but trailed in full-graph aggregation
  • ArangoDB Oasis underperformed in aggregation and concurrent load performance
  • CognoDB Cloud showed mid-pack performance, supporting Neo4j's protocol

Tech

Building a Wait-Free Queue in Rust

There is a point in systems programming where concurrency stops being about “running things at the same time” and starts becoming a conversation about guarantees .

  • Rust's ownership and type system help prevent concurrent memory bugs.
  • Wait-free algorithms allow threads to make progress independently of others.
  • A bounded ring buffer and sequence numbers are used to implement a wait-free queue in Rust.

Tech

Operation Bluebird Launches Twitter.now

Back in December, a Virginia startup going by Operation Bluebird announced that it wanted to bring back Twitter. After all, the social media platform that everyone colloquially calls that is actually…

Continue reading →