mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 03:57:21 +01:00
* feature(MongoDB): Remove obsolete legacy wire protocol. * enh(MongoDB): Use more C++17 features, comments about thread safety. * enh(MongoDB) Performance improvements (std::set --> std::vector, improved few internal functions). * enh(MongoDB) Performance improvements (Document member index for fast search, optimised serialisation in OpMsgMessage). * enh(MongoDB) Performance improvements (move semantics for Document::addElement, improved toString(), use noexcept where appropriate). * enh(MongoDB): Introduce enums for binary subtypes and more user friendly printout of UUIDs. * enh(MongoDB) Performance improvements (move semantics in Element, improved implementation of toString()). * enh(MongoDB) Performance improvements (ObjectId and RegularExpression.). * enh(MongoDB): add createIndex that uses new wire protocol.