README (237B)
1 http-bench 2 ============================================================================== 3 A simple test program to benchmark a few ways of handling parsed http headers. 4 Basically, benchmarking a linked list v.s. an array v.s. a hashmap.