You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance, encrypted, embedded database engine for .NET 10 with **B-tree indexes**, **SIMD-accelerated analytics**, and a **row-overflow roadmap** for large payloads. Pure .NET implementation with enterprise-grade encryption and world-class analytics performance. **Beats SQLite AND LiteDB on INSERT!** 🏆
37
+
A high-performance, encrypted, embedded database engine for .NET 10 with **B-tree indexes**, **SIMD-accelerated analytics**, and **unlimited row storage**. Pure .NET implementation with enterprise-grade encryption and world-class analytics performance. **Beats SQLite AND LiteDB on INSERT!** 🏆
32
38
33
39
-**License**: MIT
34
40
-**Platform**: .NET 10, C# 14
35
-
-**Status**: **Core engine production-ready; SCDB storage format in progress**
41
+
-**Status**: ✅ **Production Ready - All Phases (1-7) Complete**
36
42
-**Encryption**: AES-256-GCM at rest (**0% overhead, sometimes faster!** ✅)
37
43
-**Analytics**: **28,660x faster** than LiteDB with SIMD vectorization ✅
38
44
-**Analytics**: **682x faster** than SQLite with SIMD vectorization ✅
@@ -105,12 +111,12 @@ db.ExecuteSQL("INSERT INTO files VALUES (1, @data)");
0 commit comments