SkillAgentSearch skills...

Sparser

Sparser: Raw Filtering for Faster Analytics over Raw Data

Install / Use

/learn @stanford-futuredata/Sparser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

sparser

This code base implements Sparser, raw filtering for faster analytics over raw data. Sparser can parse JSON, Avro, and Parquet data up to 22x faster than the state of the art. For more details, check out our paper published at VLDB 2018.

See the demo-repl directory for a brief example. To run it:

# update rapidjson submodule
git submodule init
git submodule update
cd demo-repl
make
./bench /path/to/large/file.json

Then enter 1 at the Sparser> prompt.

Sparser itself is just a header file and only depends on standard C libraries available on most systems.

Related Skills

View on GitHub
GitHub Stars432
CategoryData
Updated1mo ago
Forks54

Languages

C

Security Score

95/100

Audited on Feb 17, 2026

No findings