<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -27,5 +27,11 @@ You can increase the timeout or disable them completely with the following confi
 
 The latest version of memcached-client is anywhere from 33% to 100% slower than memcached in various benchmarks.  Keep in mind this means that 10,000 get requests take 1.8 sec instead of 1.2 seconds.
 In practice, memcache-client is unlikely to be a bottleneck in your system but there is always going
-to be an overhead to pure Ruby.  Evan's memcached gem is a thin wrapper around a C library, which
-makes it very fast but also difficult to install for some people.
\ No newline at end of file
+to be an overhead to pure Ruby.  memcache-client does have the advantage of built-in integration into 
+Rails.
+
+
+== Optimizations
+
+For various speedups, I recommend you install the SystemTimer and RubyInline gems.  memcache-client
+will work without them but various operations will speed up if they are available.
\ No newline at end of file</diff>
      <filename>FAQ.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -14,10 +14,11 @@ begin
     s.has_rdoc = true
     s.files = FileList[&quot;[A-Z]*&quot;, &quot;{lib,test}/**/*&quot;, 'performance.txt']
     s.test_files = FileList[&quot;test/test_*.rb&quot;]
+    s.rubyforge_project = 'seattlerb'
   end
 
 rescue LoadError
-  puts &quot;Jeweler not available. Install it for jeweler-related tasks with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+  puts &quot;Jeweler not available. Install it for jeweler-related tasks with: sudo gem install jeweler&quot;
 end
 
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74b2599f0c42487fe5d02e9410a271691e2832f2</id>
    </parent>
  </parents>
  <author>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </author>
  <url>http://github.com/mperham/memcache-client/commit/82d9d93248b0435a7b537fda2ae2d3e7fbe09fb7</url>
  <id>82d9d93248b0435a7b537fda2ae2d3e7fbe09fb7</id>
  <committed-date>2009-10-29T16:58:43-07:00</committed-date>
  <authored-date>2009-10-29T16:58:43-07:00</authored-date>
  <message>Miscellania</message>
  <tree>b307a7f540493f6979b42b3f0dd3261c249cc3b0</tree>
  <committer>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </committer>
</commit>
