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
Sparser is an optimized JSON querying framework that minimizes full JSON parsing using cascade filtering. It efficiently processes newline-delimited JSON (NDJSON) records with substring filtering before detailed evaluation.
6
+
7
+
Original repository: [Sparser GitHub](https://github.com/stanford-futuredata/sparser)
8
+
Research paper: [VLDB 2018](https://www.vldb.org/pvldb/vol11/p1576-palkar.pdf)
9
+
10
+
## Build Instructions
11
+
12
+
### Dependencies (vcpkg)
13
+
14
+
The project uses `vcpkg` for dependency management.
0 commit comments