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/ |