Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | fileserver: Share template logic for both `templates` and `file_server ↵ | Jason Du | |
browse` (#4093) Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> | |||
2020-08-31 | fileserver: Fix inconsistencies in browse JSON | Matthew Holt | |
2019-08-07 | Part 1: Optimize using compiler's inliner (#2687) | Dominik Braun | |
* 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 |