mongo-ruby-driver/lib/bson/types
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
..
binary.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
code.rb minor: source file encoding with magic comment 2010-05-07 15:33:27 -04:00
dbref.rb minor: source file encoding with magic comment 2010-05-07 15:33:27 -04:00
min_max_keys.rb minor: source file encoding with magic comment 2010-05-07 15:33:27 -04:00
object_id.rb Use C objectid_generate for ObjectId in addition to ObjectID. 2010-08-25 10:23:18 -04:00
objectid.rb Use C objectid_generate for ObjectId in addition to ObjectID. 2010-08-25 10:23:18 -04:00