std.data.json formal review
sigod via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jul 29 10:13:55 PDT 2015
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.
More information about the Digitalmars-d
mailing list