File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,21 @@ Patrick Collison
7272Chuck Remes
7373* Extraction of BSON into separate gems
7474* Extensions compile on Rubinius
75+ * Performance improvements for INT in C extensions
7576
7677Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
7778* Support open to exclude fields on query
7879
7980dfitzgibbon
8081* patch for ensuring bson_ext compatibility with early release of Ruby 1.8.5
82+
83+ Matt Taylor
84+ * Noticed excessive calls to ObjectId#to_s. As a result, stopped creating
85+ log messages when no logger was passed to Mongo::Connection. Resulted in a significant
86+ performance improvement.
87+
88+ Hongli Lai (Phusion)
89+ * Significant performance improvements. See commits.
90+
91+ Mislav Marohnić
92+ * Replaced returning with each_with_object
You can’t perform that action at this time.
0 commit comments