On Sat, Feb 10, 2001 at 03:08:30PM +0900, Michael Davis wrote: > Does anyone have a b-tree class for Ruby? I need a class that will allow > me to find one record in a million as quickly as possible and with as few > disk I/Os as possible. How about the Berkeley DB extension for Ruby, http://moulon.inra.fr/ruby/bdb.html? David S. > > Thanks, Michael > >