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 |
Manu Mtz-Almeida
|
a2105ce34c
|
Fast path for setting headers.
- No heap allocation
- No indirection
- CanonicalMIMEHeaderKey() is not called
|
2015-05-23 16:39:25 +02:00 |
Manu Mtz-Almeida
|
ffaf49da0e
|
Adds MIT license
|
2015-05-22 19:21:23 +02:00 |
Manu Mtz-Almeida
|
306da81aaf
|
Cosmetic changes in render
|
2015-05-22 04:44:29 +02:00 |
Manu Mtz-Almeida
|
947b53d4a2
|
New Render API
|
2015-05-18 15:45:24 +02:00 |
Manu Mtz-Almeida
|
a9dad532ae
|
Performance improvement in renders
|
2015-05-11 01:02:17 +02:00 |
Manu Mtz-Almeida
|
2d8f0a4801
|
Performance improvements when rendering
- Fast path for JSON, XML and plain text rendering
|
2015-05-07 12:44:52 +02:00 |