The Art of Programming
50.1K subscribers
148 photos
2 files
680 links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
Download Telegram
Syra's Techbinder
https://stackoverflow.com/questions/11227809/why-is-it-faster-to-process-a-sorted-array-than-an-unsorted-array Tags: #programming #architecture
@techbinder posted this famous Stackoverflow question that explains in detail what branch prediction is and how you can radically speed up code by knowing about it.
GCC 7 released with:

- experimental support for the full C++17 spec
- improved diagnostics
- improved optimisation
- OpenMP support for NVidia PTX
- support for RISC-V

https://gcc.gnu.org/gcc-7/changes.html