std.data.json formal review
Rikki Cattermole via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jul 28 08:07:40 PDT 2015
On 29/07/2015 2:07 a.m., Atila Neves wrote:
> Start of the two week process, folks.
>
> Code: https://github.com/s-ludwig/std_data_json
> Docs: http://s-ludwig.github.io/std_data_json/
>
> Atila
Right now, my view is no.
Unless there is some sort of proof that it will work with allocators.
I have used the code from vibe.d days so its not an issue of how well it
works nor nit picky. Just can I pass it an allocator (optionally) and
have it use that for all memory usage?
After all, I really would rather be able to deallocate all memory
allocated during a request then you know, rely on the GC.
More information about the Digitalmars-d
mailing list