hyparam/demos
Hyperparam Open Source Demos
What's novel
Hyperparam Open Source Demos
Code Analysis
6 files read · 2 roundsA monorepo containing four React demos that showcase pure-JavaScript implementations of Parquet parsing (Hyparquet), Iceberg reading (Icebird), SQL streaming (Squirreling), and virtualized tables (HighTable).
Strengths
The code demonstrates deep algorithmic substance in parsing binary formats without native bindings, particularly in the `ParquetGrid` visualization and `parquetDataSource` streaming logic. The architecture is clean with a clear separation between demo applications and core library utilities.
Weaknesses
Test coverage is minimal (only basic type checks), and there is some boilerplate repetition across the four demo apps which slightly reduces modularity.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
74
Contributors
3
Files
110
Active weeks
30
Repository
Language
TypeScript
Stars
7
Forks
1
License
MIT