gin/render
Manu Mtz-Almeida 822b995687 c.JSON performance improvement
benchmark                 old ns/op     new ns/op     delta
BenchmarkOneRouteJSON     1143          1053          -7.87%

benchmark                 old allocs     new allocs     delta
BenchmarkOneRouteJSON     4              3              -25.00%

benchmark                 old bytes     new bytes     delta
BenchmarkOneRouteJSON     72            56            -22.22%
2015-06-04 13:08:29 +02:00
..
data.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00
html.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00
json.go c.JSON performance improvement 2015-06-04 13:08:29 +02:00
redirect.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00
render_test.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00
render.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00
text.go c.String() performance improvements 2015-06-04 12:53:42 +02:00
xml.go Using Render() instead of Write() 2015-06-04 05:25:21 +02:00