release: v0.2.2 AriaEngine OPFS 自研存储后端 — 零依赖纯文件系统
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# MetonaSqlark
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/version-0.2.1-blue?style=flat-square" alt="version">
|
||||
<img src="https://img.shields.io/badge/version-0.2.2-blue?style=flat-square" alt="version">
|
||||
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="license">
|
||||
<img src="https://img.shields.io/badge/coverage-91.0%25-brightgreen?style=flat-square" alt="coverage">
|
||||
<img src="https://img.shields.io/badge/tests-526%20passed-success?style=flat-square" alt="tests">
|
||||
@@ -271,6 +271,7 @@ const rows = await db.query('SELECT * FROM users');
|
||||
| **Bloom Filter** | FNV-1a + Murmur 双哈希,快速否定 key |
|
||||
| **Slotted Page** | 4KB 固定页面,Slot Directory + Tuple 二进制序列化 |
|
||||
| **Compaction** | Leveled Compaction,自动合并回收空间 |
|
||||
| **OPFS Backend** 🆕 | 自研文件存储后端,零外部依赖,纯二进制页面文件 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user