Poor performance scaling in "Format JSON Object"

Issue #38 resolved
James Powell repo owner created an issue

Formating code copied from LAVA-JSON. Uses Format-into-String in a loop that is slow for very large numbers of items (tried 100,000). Could improve, perhaps with a preallocated string, or a an array of formatted strings that are concatenated at one step.

Comments (2)

  1. Log in to comment