God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite https://ift.tt/VWMnjyb
Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite I built a small, cache-optimized B+Tree storage engine for .NET called BTreePlus. The goal wasn’t to build a general database but to explore how far a minimal, modern B+Tree design can go when tuned for CPU-cache behavior, small fixed-size pages, and predictable read/write paths. In my benchmarks (linked in the repo), BTreePlus shows better throughput than SQLite and Postgres for specific key-value style workloads—mainly: - single-key point lookups - sequential inserts with small pages - read-heavy scenarios without complex SQL layers I’d love feedback from database and systems engineers on: - the page layout / split-merge logic - the latching model - whether the design avoids classic B-Tree pitfalls - benchmarking methodology (happy to adjust or rerun) NuGet: https://ift.tt/AFjW1tM https://ift.tt/AFjW1tM November 25, 2025 at 03:02AM
Subscribe to:
Post Comments (Atom)
Show HN: Pg-jason-validator fastest JSON schema validation via C Macros https://ift.tt/j6pKNDP
Show HN: Pg-jason-validator fastest JSON schema validation via C Macros https://ift.tt/viz4sog July 14, 2026 at 12:52AM
-
submitted by /u/Dull_Tonight [link] [comments] source https://www.reddit.com/r/worldnews/comments/pehy48/housing_secretary_robert_je...
-
Show HN: Lindra – generate browser agents to automate any website Hi HN, We’re one month into building Lindra, a platform that turns any web...
-
Show HN: High-precision date/time in SQLite https://ift.tt/hEvedVC August 12, 2024 at 03:47AM
No comments:
Post a Comment