Category
Spike
Question
How should fixture loading and lookup behave as the corpus grows from 12 entries to hundreds or thousands?
Context
The open roadmap proposes substantial dataset growth, and the adapter already has specialized incremental parsing benchmarks, but no shared testkit scale targets exist.
Why This Matters
Growth can affect extension startup, browser bundle size, memory, release size, and research throughput.
Areas to Investigate
Raw JSON, generated modules, indexed lookups, compressed archives, lazy loading, split packs, browser and Node consumers.
Evaluation Criteria
Startup latency, lookup latency, memory, bundle size, release complexity, portability, and developer experience.
Expected Deliverables
Reproducible harness, measurements at multiple corpus sizes, comparison matrix, recommendation, and thresholds.
Acceptance Criteria
Follow-Up Opportunities
May lead to split packs, indexes, or adapter loading changes.
Cross-Repository Impact
Testkit, adapter, and extension.
Complexity
Spike
Impact
High — informs scalable dataset growth.
Suggested Labels
spike, area: tooling, area: cross-repo
Category
Spike
Question
How should fixture loading and lookup behave as the corpus grows from 12 entries to hundreds or thousands?
Context
The open roadmap proposes substantial dataset growth, and the adapter already has specialized incremental parsing benchmarks, but no shared testkit scale targets exist.
Why This Matters
Growth can affect extension startup, browser bundle size, memory, release size, and research throughput.
Areas to Investigate
Raw JSON, generated modules, indexed lookups, compressed archives, lazy loading, split packs, browser and Node consumers.
Evaluation Criteria
Startup latency, lookup latency, memory, bundle size, release complexity, portability, and developer experience.
Expected Deliverables
Reproducible harness, measurements at multiple corpus sizes, comparison matrix, recommendation, and thresholds.
Acceptance Criteria
Follow-Up Opportunities
May lead to split packs, indexes, or adapter loading changes.
Cross-Repository Impact
Testkit, adapter, and extension.
Complexity
Spike
Impact
High — informs scalable dataset growth.
Suggested Labels
spike,area: tooling,area: cross-repo