Skip to content

metapsj/ricer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ricer

A Rack-compliant ruby web server. It's written in C cuz its fast.

sick ride

ricer is almost as fast as this car

Benchmark

The following Rack app was used benchmark WEBrick, Unicorn, Thin and Ricer:

run ->env { [200, { "Content-Type" => "text/html" }, ["hello world"]] }

Tests were carried out on a 32 bit Linux VM running in VirtualBox on an Intel Core 2 Quad Q6600.

ApacheBench was used to run the benchmarks with the following options:

ab -n 1000 -c <...> http://127.0.0.1:3000/

Here are the results:

science

About

Rack-compliant web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Ruby 1.7%