summaryrefslogtreecommitdiff
path: root/src/mongo/util/unordered_fast_key_table.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20668 Support prehashing StringMap keysMathias Stearn2015-10-081-46/+78
* SERVER-20300 Optimize StringMapMathias Stearn2015-09-251-35/+38
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with std::initializer_...Qingyang Chen2015-07-231-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-149/+161
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+2
* SERVER-14586 add toBSON() methods to ReplicaSetConfig and MemberConfig classesmatt dannenberg2014-07-211-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10159 Use StringMap to avoid string copies when finding a collectionAndrew Morrow2014-01-061-0/+4
* SERVER-9824 Retry hash table grow operation on excessive collisionsTad Marshall2013-06-071-1/+1
* add key_type to UnorderedFastKeyTableEliot Horowitz2012-12-211-0/+1
* SERVER-7886 - StringMap is now based on StringDataEliot Horowitz2012-12-101-14/+68
* UnorderedFastKeyTable - lookup -> storage configurableEliot Horowitz2012-11-291-1/+10
* can't have a static const double on windows, so putting back to a default valueEliot Horowitz2012-11-131-2/+7
* SERVER-7639 fast StringMap class, no std::string copiesEliot Horowitz2012-11-131-0/+140