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
Nonconformance, enforcement modes, the violations table, admin reporting
Status
open-questions.md tracks answered and outstanding design decisions
(OQ-nnn), grouped by urgency. It is the decision record — answered entries carry the
reasoning and the spike that settled them.
Spikes
Feasibility studies live in spikes/, outside this directory. Each is a self-contained
cabal project whose output.txt holds the recorded run cited by the answered OQs.
Spike
Settles
Result
spikes/dynamic-loading
OQ-001
GADT DSL + Data.Dynamic; hint failed to compile
spikes/servant-warp
OQ-002
Servant static frame + Raw delegating to a WAI dispatch table
spikes/capnproto
OQ-003, OQ-004
Cap'n Proto wire format, mmap zero-copy, LMDB threading fix
spikes/storage
OQ-004
Append-only log + two LMDB indexes; locator sort order
spikes/route-trie
OQ-029
Hand-rolled trie at 0.2µs/request across 10k routes
About
Where your DataBase is your CodeBase and vice versa.