1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-04-24 16:32:02 +02:00
caddy/modules/caddyhttp/encode
Dominik Braun 4950ce485f Part 1: Optimize using compiler's inliner ()
* optimized functions for inlining

* added note regarding ResponseWriterWrapper

* optimzed browseWrite* methods for FileServer

* created benchmarks for comparison

* creating browseListing instance in each function

* created benchmarks for openResponseWriter

* removed benchmarks of old implementations

* implemented sync.Pool for byte buffers

* using global sync.Pool for writing JSON/HTML
2019-08-07 23:59:02 -06:00
..
brotli go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
gzip go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
zstd Minor tweaks 2019-07-15 17:33:47 -06:00
encode.go Part 1: Optimize using compiler's inliner () 2019-08-07 23:59:02 -06:00
encode_test.go Part 1: Optimize using compiler's inliner () 2019-08-07 23:59:02 -06:00