mongo-ruby-driver/lib/bson
Hongli Lai (Phusion) b9de2eaa5c When possible, have BSON::ByteBuffer store the underlying binary data as a binary String instead of an array.
This dramatically improves the performance of BSON::ByteBuffer.new(a_string).
On Ruby 1.9.2 it is about 130 times faster.
2010-09-09 15:59:17 -04:00
..
types When possible, have BSON::ByteBuffer store the underlying binary data as a binary String instead of an array. 2010-09-09 15:59:17 -04:00
bson_c.rb minor: bson deserialize fix 2010-05-31 23:11:02 -04:00
bson_ruby.rb RUBY-165 raise error if BSON.serialize is passed something other than a hash 2010-08-24 14:01:24 -04:00
byte_buffer.rb When possible, have BSON::ByteBuffer store the underlying binary data as a binary String instead of an array. 2010-09-09 15:59:17 -04:00
exceptions.rb RUBY-158 deprecate BSON::ObjectID for BSON::ObjectId 2010-08-24 12:49:23 -04:00
ordered_hash.rb RUBY-172 fix for OrderedHash#clone 2010-08-27 15:50:42 -04:00