16 Sep
2012
16 Sep
'12
1:29 p.m.
Balazs Scheidler <bazsi77@gmail.com> writes:
applied all, thanks. I can see some potential performance issues though (lots of memory allocations in walking), that will probably be a bottleneck one day.
Yep, they are noticable even now (esp. with format-json; for mongodb, using insert buys us much more performance than the walking takes). I have an idea how to reduce the number of allocations significantly, but I'm not happy with either of my PoC implementations yet. Most likely, I'll transform scratch-buffers into something more generic, but that needs careful thought to make it have a nice and performant API. -- |8]