Closed dsyer closed 6 years ago
Jackson sucks in startup benchmarks. The gRPC experience in Riff tends to suggest that Gson would be faster, and it's quite lightweight (no transitive dependencies).
Currently blocked by this: https://jira.spring.io/browse/SPR-16529 (Gson doesn't work in an SseEmitter).
Worked around the SPR issue by copying the source code for GsonHttpMessageConverter.
GsonHttpMessageConverter
Jackson sucks in startup benchmarks. The gRPC experience in Riff tends to suggest that Gson would be faster, and it's quite lightweight (no transitive dependencies).