- Hashing for unordered containers? - 1 Update
- Onwards and upwards - 1 Update
Bonita Montero <Bonita.Montero@gmail.com>: Oct 11 01:20PM +0200 > operator() to call Photo::hash(). > That's a lot of boilerplate, compared to operator<. Is there a better > way? 1. A unordered map is usually faster. 2. You can define the hashing-class as a lambda and use decltype(hc) as the teplate-parameter. |
Brian Wood <woodbrian77@gmail.com>: Oct 17 05:22PM -0700 On Wednesday, October 4, 2017 at 10:59:28 AM UTC-5, Brian Wood wrote: > That's my goal with the C++ Middleware Writer and this > thread going onwards and upwards -- adding new functionality > and increasing the quality of the existing service. What are your favorite videos from 2020 Cppcon? Some of mine are: Not leaving performance on the jump table by Eduardo Madrid https://duckduckgo.com/?q=cppcon+2020&t=h_&iar=videos&iax=videos&ia=videos&iai=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3De8SyxB3_mnw Performance Matters by Emery Berger https://duckduckgo.com/?q=cppcon++2020+videos&iax=videos&ia=videos&iai=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DkoTf7u0v41o I also liked talks by Klaus Iglberger, John Lakos and Borislav Stanimirov. Brian Ebenezer Enterprises - Enjoying programming again. https://webEbenezer.net |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment