Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sharc Documentation

Welcome to the Sharc Context Engine documentation.

🚀 Start Here

📚 Core Features

  • Sharc Query (Sharq): The SQL-like query language reference (Syntax, Graph Arrows, Cotes).
  • Deep Dive: Parsing: How Sharq achieves zero-allocation parsing with SIMD.
  • BakedFilter JIT: The internal engine that compiles your queries to machine code.
  • Distributed Trust: (Critical) The architecture for Agent Identity, Ledgers, and decentralized AI memory.
  • API Quick Reference: Includes strict typed accessor guidance for GUID/UUID and FIX128 decimal (28-29 digits).

⚙️ Architecture & Internals

📊 Performance

  • Benchmarks: Methodology and results vs. SQLite, DuckDB, and others (latest focused hot-path update: 2026-02-25).

🔀 Comparisons & Alternatives

🧠 JitSQL & Vector Search

  • JitSQL Cross-Language: JitSQL patterns mapped to Prisma, SQLAlchemy, Knex, GORM.
  • Vector Search: Embedding storage, similarity search, RAG patterns, comparison vs Pinecone/pgvector.

🛠️ Contributing

  • Coding Standards: Rules for contributing to the alloc-free codebase (including generic type naming and high-value comment guidelines).
  • Migration Guide: Coming from older versions.

Internal Process