micronaut-core icon indicating copy to clipboard operation
micronaut-core copied to clipboard

Minor HTTP performance improvements

Open yawkat opened this issue 6 months ago • 1 comments

  • Use linux tcnative artifact for tests
  • Negative compression threshold disables compression entirely
  • Add an internal field to NettyHttpRequest for the NettyBodyAnnotationBinder convertible body cache, to avoid the attribute map
  • Add a simple single-element cache to JacksonDatabindMapper for the reader/writer lookup
  • Bypass ChannelPipeline.get if no logging handler is configured

yawkat avatar Feb 01 '24 09:02 yawkat