mongo-ruby-driver/lib/bson
Jari Bakken 9d2f3fbc27 Call super in BSON::OrderedHash#== instead of doing the comparison in Ruby.
This has a notable performance impact for large hashes.
2010-10-04 13:32:33 -04:00
..
types Removed deprecated ObjectID class (use ObjectId now) 2010-10-04 12:15:14 -04:00
bson_c.rb Optimize ByteBuffer: use binary string as underlying storage instead of array. 2010-09-13 10:51:02 -04:00
bson_java.rb Revert JRuby callback to use RubyBSONCallback 2010-10-01 13:57:16 -04:00
bson_ruby.rb BSON for JRuby 2010-09-30 09:43:17 -04:00
byte_buffer.rb Fix reference to NULL_BYTE. 2010-09-13 10:51:44 -04:00
exceptions.rb RUBY-158 deprecate BSON::ObjectID for BSON::ObjectId 2010-08-24 12:49:23 -04:00
ordered_hash.rb Call super in BSON::OrderedHash#== instead of doing the comparison in Ruby. 2010-10-04 13:32:33 -04:00