Unflatten JSONpath Array could be much faster

Issue #18 new
James Powell repo owner created an issue

Current method is a simplistic one using repeated inserts, but this will scale badly as it will do repeated searches there the JSON. Given that the Paths are likely at least partly sorted, it should be possible to have a better strategy that does less searching.

Comments (0)

  1. Log in to comment