Welcome to NenDB

NenDB is a high-performance graph database designed for maximum throughput using data-oriented design, batch processing, and static memory allocation. Built with Zig 0.15.1 for ultimate performance and reliability.

Key Features

Batch Processing

Maximize throughput by grouping operations and amortizing the costs of network, disk, and system calls.

Data-Oriented Design

Optimized data structures and access patterns for superior cache performance and memory efficiency.

Static Memory Allocation

Predictable performance with all memory allocated at startup, eliminating runtime allocation overhead.

Zero Dependencies

Built only on the Zig toolchain and required Nen libraries, ensuring minimal attack surface and maximum reliability.

Next Steps

1

Install NenDB

Follow our installation guide to get NenDB running on your system.

Installation Guide →
2

Learn the Basics

Understand core concepts like batch processing and data-oriented design.

Quick Start →
3

Explore APIs

Dive into the comprehensive API documentation and examples.

API Reference →

Was this page helpful?