[web-devel] new field for Network.HTTP.Types.Status

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Sat Aug 18 14:55:44 CEST 2012


Hello Aristid,

> So, two questions:
> 
>  1. Is this a bottleneck just in your small benchmark, or do you think this
>     would affect other use-cases too? To see how worth it is to break
>     compatibility.

This effects if we want to implement a really fast HTTP server like
nginx. Otherwise, this does not matter.

>  2. Have you tried caching the rendered status codes in an array or so? That
>     might be another way of speeding this up without changing the Status type.

I will try the array approach in the next week. If that is fast enough
and http-types includes the array, it would be very appreciated.

--Kazu



More information about the web-devel mailing list