gin/render
Manu Mtz-Almeida 835f66fdc9 404 not found performance improvements
benchmark            old ns/op     new ns/op     delta
Benchmark404         737           249           -66.21%
Benchmark404Many     2330          454           -80.52%

benchmark            old allocs     new allocs     delta
Benchmark404         3              0              -100.00%
Benchmark404Many     10             0              -100.00%

benchmark            old bytes     new bytes     delta
Benchmark404         115           68            -40.87%
Benchmark404Many     235           57            -75.74%
2015-05-30 14:45:13 +02:00
..
data.go 404 not found performance improvements 2015-05-30 14:45:13 +02:00
html.go Fast path for setting headers. 2015-05-23 16:39:25 +02:00
json.go Fast path for setting headers. 2015-05-23 16:39:25 +02:00
redirect.go Adds MIT license 2015-05-22 19:21:23 +02:00
render_test.go New Render API 2015-05-18 15:45:24 +02:00
render.go Simplifies c.File() 2015-05-21 15:49:10 +02:00
text.go 404 not found performance improvements 2015-05-30 14:45:13 +02:00
xml.go Fast path for setting headers. 2015-05-23 16:39:25 +02:00