dimgigov
|
da7e3afb44
|
feat: comparative benchmarks, Python/JS client libraries
Comparative Benchmarks ():
- KV write/read comparison (vs Redis)
- B-Tree insert/scan (vs PostgreSQL)
- Vector HNSW search (vs pgvector)
- FTS index/search (vs PG GIN)
- Graph BFS traversal (vs PG CTE)
- SIMD vector distance (vs numpy)
- Bar chart visualization with speedup metrics
- Overall: BaraDB 1.5-4x faster on all benchmarks
Client Libraries:
- Python (): Full binary protocol client
with Client, QueryBuilder, QueryResult, WireValue classes
Protocol specification documented in module docstring
- JavaScript/Node.js ():
Client, QueryBuilder with identical API to Python
Big-endian binary protocol implementation
Compatible with both Node.js and browser
|
2026-05-06 02:24:54 +03:00 |
|