Looks like the runtime performance of {{GSON}} is quite disappointing.
We might need to evaluate alternative libraries, or possibly reason about using the stream API of GSON. Theoretically we could "hand roll" some of the crucial parts, as some of the requests we generate are well known.
This one might be worth evaluating? http://jsoniter.com/
EDIT: also to be taken into account, it'd be great if the parser was non-blocking. See HSEARCH-2835 |
|