performance
Articles with tag performance:
- Boost File Scanning Speed: Query File Attributes on Windows 50x Faster
- Five Advanced Initialization Techniques in C++: From reserve() to piecewise_construct and More.
- Three Benchmarks of C++20 Ranges vs Standard Algorithms
- Top-7 Performance Traps for Every Developer
- Implementing Parallel copy_if in C++
- A Programmer’s Guide to Performance Analysis & Tuning on Modern CPUs
- New new() - The C++17's Alignment Parameter for Operator new()
- How to Boost Performance with Intel Parallel STL and C++17 Parallel Algorithms
- Preprocessing Phase for C++17's Searchers
- Speeding up Pattern Searches with Boyer-Moore Algorithm from C++17
- How to Initialize a String Member
- Speeding Up string_view String Split Implementation
- Performance of std::string_view vs std::string from C++17
- Please stop with performance optimizations!
- Curious case of branch performance
- Packing bools, Parallel and More
- Packing Bools, Performance tests
- Google benchmark library
- Revisiting An Old Benchmark - Vector of objects or pointers
- Micro benchmarking libraries for C++
- Simple Performance Timer
- Persistent Mapped Buffers in OpenGL
- Persistent Mapped Buffers, Benchmark Results
- Flexible particle system - How to start with Software Optimization
- Flexible particle system - OpenGL Renderer
- Flexible particle system - Updaters
- Vector of Objects vs Vector of Pointers
- Flexible particle system - The Container 2
- Vector of object vs Vector of pointers
- Flexible particle system - The Container
- Presentation - Native code performance on modern CPUs
- Flexible Particle System - Start
- Float vs Double