Skip to content

Details

San Diego C++ Meetup #65

* Guo Ci, our guest speaker, will be presenting 2 techniques that are being used to optimize C++ code. The first is doing binary searches with equal_range (in std::ranges and std) and the second is customizing the three-way comparison operator (<=>).
bio: Guo Ci. Guo is a bioinformatician at the University of Michigan, working in labs doing proteomics and genomics research.
* Discussion - What is the difference between constructor "=default" and the compiler generated constructor in C++? And C++17 vs C++20 changes.
* Couple C++ quiz if time permits.

You may also like