From 1b9b3bcb734778037d7bc872e1c4d2290a7415e8 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Thu, 2 Feb 2006 06:53:32 +0000 Subject: Improved the trie searching to only require one search and work more correctly. Fixed a few bugs found by people. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@19 19e92222-5c0b-0410-8929-a290d50e31e9 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index cd9e868..050c3cf 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ scream without too many portability issues. == Status -The 0.2.0 release of Mongrel features an HTTP core server that is the fastest possible +The 0.2.1 release of Mongrel features an HTTP core server that is the fastest possible thing I could get without using something other than Ruby. It features a few bug fixes, but mostly just a change to the Mongrel::HttpResponse class to make it more feature complete. The remaining development will be spent getting Mongrel to work with @@ -68,7 +68,7 @@ basic way to give a more complex 404 message. == Speed -The 0.2.0 release probably consists of the most effort I've ever put into +The 0.2.1 release probably consists of the most effort I've ever put into tuning a Ruby library for speed. It consists of nearly everything I could think of to make Mongrel the fastest Ruby HTTP library possible. I've tried about seven different architectures and IO processing methods and none of them -- cgit v1.2.3-24-ge0c7