-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
I wanted to write MongoDB benchmark clients in C++ to avoid problems from Java GC stalls and to re-learn modern C++.
For the C driver the API section documents types but not functions.
http://api.mongodb.org/c/current/?_ga=1.108812482.1512114027.1402327973
For the C++ driver I get confused.
- there is the "legacy" driver and the "26compat" driver but sometimes the 26compat driver is described as the legacy-26compat driver. And the name "26compat" makes me think there isn't a version for use with 2.8
- the API page doesn't have anything for 26compat – http://api.mongodb.org/cxx/?_ga=1.82181590.1512114027.1402327973
- the wiki page could use more sections for 26compat (testing)