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
72
72
Chuck Remes
73
73
* Extraction of BSON into separate gems
74
74
* Extensions compile on Rubinius
75
+ * Performance improvements for INT in C extensions
75
76
76
77
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
77
78
* Support open to exclude fields on query
78
79
79
80
dfitzgibbon
80
81
* 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