mongo-ruby-driver/test/mongo_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
..
binary_test.rb Path fixes for test in Ruby 1.9.2 2010-09-09 15:58:51 -04:00
bson_test.rb Path fixes for test in Ruby 1.9.2 2010-09-09 15:58:51 -04:00
byte_buffer_test.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
json_test.rb Path fixes for test in Ruby 1.9.2 2010-09-09 15:58:51 -04:00
object_id_test.rb Path fixes for test in Ruby 1.9.2 2010-09-09 15:58:51 -04:00
ordered_hash_test.rb Path fixes for test in Ruby 1.9.2 2010-09-09 15:58:51 -04:00