http-bench

http-bench.git
git clone git://git.lenczewski.org/http-bench.git
Log | Files | Refs | README | LICENSE

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.