-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 913 Bytes
/
Copy pathlibrary.properties
File metadata and controls
10 lines (10 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
name=NeuDB
version=2.1.3
author=Ulywae <ulywae@gmail.com>
maintainer=Ulywae <ulywae@gmail.com>
sentence=Ultra-lean, transactional Twin-Engine LSM-Tree storage engine with power-fail resilient lifecycle protection for ESP32.
paragraph=Asynchronous Log-Structured Merge-tree storage engine tailored for write-heavy embedded logging and circular telemetry tracking. Utilizing an isolated FreeRTOS background compaction scheduler on CPU Core 1, real-time adaptive dynamic boundary monitors, integrated hardware-backed Bloom Filters, and binary index lookaheads, it minimizes flash write amplification and slashes read latencies down to microseconds. Features atomic Write-Ahead Logging (WAL) packed with hardware CRC32 for bulletproof cold crash recovery against sudden power sabotage.
category=Data Storage
url=https://github.com/ulywae/NeuDB
architectures=esp32, esp32s3, esp32c3, esp32c6
includes=NeuDB.h,NeuLSM.h