| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A columnar analytical engine whose hardest boundary is the optimizer: SQL is parsed and bound into relational algebra, rules produce equivalent plans, and a Cascades-style memo chooses a low-cost vectorized physical plan without changing semantics.
C++20, CMake, Arrow-like in-memory column batches, SIMD-friendly operator interfaces without external dependencies yet.
cmake -S . -B build && cmake --build build && ctest --test-dir build --output-on-failureLinux CI runs the full test suite with address and undefined-behavior sanitizers. Continuous parser and planner fuzzing replays known queries before a timed fuzzing run.
yard_export writes docs/yard/yard-routes.json: every memo alternative for four workings, priced by the cost model and timed through vectorized execution. See the "Yard Routes" section of docs/benchmarks.md.
| Back | FazBrowse Home | New Git URL |