_xoxa

↗ HN profile [ 27.7 ms ] full profile
Karma
1
Created
August 1, 2024 (1y ago)
Submissions
0
  1. I'm currently reading/writing a 3.7GB-ish JSON file from disk into NodeJS, I'm using --max-old-space-size to accomodate the larger file and JSONStream and FS streaming to get around Node's Buffer size limit/string size…