thrift/lib/rb
Kevin Clark bf2ff249b9 rb: Buffer the slice!s in MemoryBuffer for a significant performance increase [THRIFT-63]
Author: Kevin Ballard <kevin@rapleaf.com>

Currently it buffers up to 4kB before throwing away the data.
Tests with 1MB shows the exact same performance characteristics.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@675049 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08 23:20:15 +00:00
..
benchmark rb: Use File.dirname(__FILE__) in generated requires [THRIFT-57] 2008-06-26 17:49:49 +00:00
ext Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
lib rb: Buffer the slice!s in MemoryBuffer for a significant performance increase [THRIFT-63] 2008-07-08 23:20:15 +00:00
spec rb: Buffer the slice!s in MemoryBuffer for a significant performance increase [THRIFT-63] 2008-07-08 23:20:15 +00:00
CHANGELOG rb: Use Echoe to manage the gem [THRIFT-38] 2008-06-24 01:06:00 +00:00
COPYING rb: Change the license from Thrift Software License to Apache Software License [THRIFT-38] 2008-06-24 01:06:06 +00:00
LICENSE rb: Change the license from Thrift Software License to Apache Software License [THRIFT-38] 2008-06-24 01:06:06 +00:00
Makefile.am Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
Manifest Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
Rakefile Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00
README rb: rewrite the README [THRIFT-38] 2008-06-24 01:06:08 +00:00
setup.rb Merge branch 'fastbinary' 2008-07-08 00:47:49 +00:00

Thrift Ruby Software Library
    by Kevin Ballard, Kevin Clark, Mark Slee
    http://incubator.apache.org/thrift/

== DESCRIPTION:

Thrift is a strongly-typed language-agnostic RPC system.
This library is the ruby implementation for both clients and servers.

== INSTALL:

  $ gem install thrift

== CAVEATS:

This library provides the client and server implementations of thrift.
It does <em>not</em> provide the compiler for the .thrift files. To compile
.thrift files into language-specific implementations, please download the full
thrift software package.

== USAGE:

This section should get written by someone with the time and inclination.
In the meantime, look at existing code, such as the benchmark or the tutorial
in the full thrift distribution.

== LICENSE:

Thrift is distributed under the Apache Software License.
Please see the included LICENSE file.