-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Performance
-
None
Mongoid::Matcher#extract_attribute will create a BSON::Document in order to allow a hash field to have indifferent access.
Performance of _matches?() can be improved by explicitly attempting string and symbol access.