From 24ba8c17618ba13814015f43831d56decdd315ec Mon Sep 17 00:00:00 2001 From: Gibheer Date: Wed, 18 May 2011 11:53:39 +0200 Subject: [PATCH] README update --- README.rdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ca69edf..ec130ac 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,6 +1,10 @@ = polecat -Description goes here. +This is my attempt to build a search library like lucene in native ruby. + +The idea formed, when I learned about the rubinius project and it's ability to tune parts of the ruby code with it's jit. It's a bit sad for MRI, that more and more ruby code get's converted to C, so it would be great, if rbx could be as performant as MRI, even if great parts of a application are written in ruby. + +More updates are to come, when it is further progessing. == Contributing to polecat