On Wednesday, 29 July 2015 at 17:04:33 UTC, Laeeth Isharc wrote:
[...]

Some JSON files can be quite large...

For example, I have a compressed 175 Gig of Reddit comments (one file per month) I would like to work with using D, and time + memory demands = money.

Wouldn't it be a pain not to store numbers directly when parsing in those cases (if I understood you correctly)?

I think in your case it wouldn't matter. Comments are text, mostly. There's probably just one or two fields with "number" type.

Reply via email to