Hacker News new | ask | show | jobs
Persistent Storage of Adaptive Radix Trees in DuckDB (duckdb.org)
29 points by hfmuehleisen 1430 days ago
1 comments

Very good article. I think ARTs are rather underappreciated - they have the same asymptotic complexity as hash maps, while having more predictable behaviour (no amortised assumptions).