Back to browse
GitHub Repository

A fast, modern and low-memory approach to processing a big JSON

1 starsTypeScript

bote - A fast, modern and low-memory approach to processing a big JSON

by jankdc·Jun 18, 2026·3 points·1 comment

AI Analysis

●●SolidBig Brain

Processes 181MB JSON in 40MB memory where JSON.parse needs 648MB.

Strengths
  • Concrete benchmarks show 0.5s vs 0.8s and 40MB vs 648MB memory footprint.
  • Modern AsyncIterator API with tc39 proposal helpers.
  • Supports multiple sources including HTTP range requests.
Weaknesses
  • JSON streaming is a solved category with JSONStream, oboe.js, stream-json.
  • ESM-only and Node 22+ requirement limits adoption.
Target Audience

Backend developers processing large JSON datasets

Similar To

JSONStream · oboe.js · stream-json

Similar Projects