In-Memory C++ Leap in Blockchain Analysis
By
caudena
Hey HN
We’re the core engineering team at Caudena (which is used globally by investigative and intelligence agencies, including: Europol, Interpol, BKA, DHS, IRS-CI, FBI, NPA and others), and we just released the technical details behind Prism - our real-time, in-memory C++ database for blockchain analysis.
To tackle the massive scale and complexity of blockchain data, we had to get creative with low-level engineering:
- We utilize barebone servers with 2TB RAM and 48 Cores.
- Implemented lock-free concurrent data structures
- Developed a custom memory management system
- Leveraging CPU-level vectorization
- Built a custom in-memory columnar/graph database from scratch
We’d love to AMA about:
- the engineering choices we made
- crazy optimizations that paid off
- pitfalls we hit
Ask us anything about scaling, memory trade-offs, building real-time analytics on immutable data, or the crypto-forensics space.
Looking forward to a great convo!
Comments URL: https://news.ycombinator.com/item?id=44313107
Points: 6
# Comments: 0
You might also wanna read
How wind and solar made Spain one of Europe's cheapest electricity markets
Spain's wholesale electricity prices have dropped dramatically to become among Europe's cheapest, averaging €44/MWh in early 2026 compared t
Meta legal action forces Facebook whistleblower to sit in silence at Hay festival
Exploring the Butlerian Jihad: Why Dune's world has no AI and what it means for our future
An opinion piece exploring the absence of AI in Frank Herbert's Dune universe through the concept of the Butlerian Jihad, connecting it to c
Malaysia enforces social media ban for children under 16, requiring age verification from platforms
Malaysia has begun enforcing a ban on social media accounts for children under 16, requiring platforms like Facebook, Instagram, TikTok, and
GitHub - anomalyco/rift
Running Gemma 4 on a 2016 Xeon Server with No GPU: A Technical Walkthrough
The article describes running Gemma 4 (a 25B-parameter Mixture-of-Experts model) on a severely outdated server with a 2016 Intel Xeon E5-262
