Not

Hacker News!

Beta
Home
Jobs
Q&A
Startups
Trends
Users
Live
AI companion for Hacker News

Not

Hacker News!

Beta
Home
Jobs
Q&A
Startups
Trends
Users
Live
AI companion for Hacker News
  1. Home
  2. /Story
  3. /Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite
  1. Home
  2. /Story
  3. /Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite
Nov 25, 2025 at 8:02 AM EST

Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite

staloriana
1 points
0 comments

Mood

informative

Sentiment

positive

Category

startup_launch

Key topics

B+Tree

Database

Performance Optimization

.NET

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://www.nuget.org/packages/BTreePlus

Discussion Activity

No activity data yet

We're still syncing comments from Hacker News.

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (0 comments)

Discussion hasn't started yet.

ID: 46045384Type: storyLast synced: 11/25/2025, 1:04:06 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.

Read ArticleView on HN

Not

Hacker News!

AI-observed conversations & context

Daily AI-observed summaries, trends, and audience signals pulled from Hacker News so you can see the conversation before it hits your feed.

LiveBeta

Explore

  • Home
  • Jobs radar
  • Tech pulse
  • Startups
  • Trends

Resources

  • Visit Hacker News
  • HN API
  • Modal cronjobs
  • Meta Llama

Briefings

Inbox recaps on the loudest debates & under-the-radar launches.

Connect

© 2025 Not Hacker News! — independent Hacker News companion.

Not affiliated with Hacker News or Y Combinator. We simply enrich the public API with analytics.