TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building BerkeleyDB

3 pointsby yarapavanabout 1 year ago

1 comment

yarapavanabout 1 year ago
A B-Tree tutorial series implementing an ABI-compatible BerkeleyDB clone.<p>Direct links to the articles:<p>1. <a href="https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;page-format" rel="nofollow">https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;page-format</a><p>2. <a href="https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;entry-format" rel="nofollow">https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;entry-format</a><p>3. <a href="https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;api-basics" rel="nofollow">https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;api-basics</a><p>4. <a href="https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;point-reads" rel="nofollow">https:&#x2F;&#x2F;transactional.blog&#x2F;building-berkeleydb&#x2F;point-reads</a>