pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.04k stars 2.11k forks source link

enh(MongoDB): Document::get returns value by const reference #4563

Closed matejk closed 1 month ago

matejk commented 1 month ago

Performance optimisation to have the possibility to avoid copying when accessing MongoDB::Document's values.

Few other code improvements in MongoDB.