Files
zig/lib/std
Andrew Kelley 64c149ca19 fields and decls: ArrayList appending, memcpy to ast arena
This makes fields and decl ast nodes part of the Root and ContainerDecl
AST nodes.

Surprisingly, it's a performance regression from using a singly-linked
list for these nodes:

throughput: 76.5 MiB/s => 69.4 MiB/s

However it has much better memory usage:

maxrss: 392 KB => 77 KB

It's also better API for consumers of the parser, since it is a flat
list in memory.
2020-05-20 16:13:02 -04:00
..
2020-05-16 12:41:53 -04:00
2020-05-18 17:10:49 +02:00
2020-05-18 17:10:49 +02:00
2020-05-16 12:41:53 -04:00
2020-05-13 16:21:15 +01:00
2020-05-18 19:23:40 -04:00
2020-05-11 09:11:05 -06:00
2020-05-18 17:09:52 +02:00