HipJSON: A high performance implementation of JSON parser with std.json syntax. Used by Redub and Hipreme Engine
9il
ilyayaroshenko at gmail.com
Fri Nov 7 09:29:02 UTC 2025
On Thursday, 6 November 2025 at 20:14:43 UTC, Hipreme wrote:
> On Thursday, 6 November 2025 at 16:39:22 UTC, 9il wrote:
>> On Thursday, 23 October 2025 at 01:50:55 UTC, Hipreme wrote:
>>> [...]
>>
>> Hi,
>
> Yeah even with the new ASDF (or even Ion Amazon), it is still
> kinda unfair to compare them since ASDF doesn't build actual
> dictionaries or arrays usable by your code (i.e: lazy parsing),
> but still it is good to know it can iterate it that fast
True, ASDF and Ion are flat memory DOM representations that are
mostly immutable.
On the other hand, 99% of tasks it can be done with Mir
de/serialization pipeline, and for 1% there is Algebraic.
More information about the Digitalmars-d-announce
mailing list