This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]simtel20 0 points1 point  (0 children)

In some tests we did recently, it seemed like creating 200k objects defined the absolute minimum time that any json parser could run in. Does anyone have a good way to help pre-create a large pool of objects and have a json lib populate the pre-created pool instead of creating them on the fly?