spion / hashtable-latencies

Latency of a web service that stores a large hashtable, in multiple languages
43 stars 8 forks source link

Call handler directly (bypass the HTTP router) #7

Closed ngrilly closed 8 years ago

ngrilly commented 8 years ago

Let's make the Go version closer to Reason and Node versions which don't use a router.

spion commented 8 years ago

I think the FastHTTP change includes this, so it should be ok to close.

ngrilly commented 8 years ago

Yes, it's not necessary anymore. Thanks!