More Effective C++ 23: Consider alternative libraries
Different libraries offer different performance, so when you have decided that one library is becoming the bottleneck of your program, consider alternative libraries. That may boost the performance of your program.