Forwarded from The Daily C++
#c #cpp
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Blogspot
Comparing C and C++ usage and performance with a real world project
The relative performance of C and C++ is the stuff of folk legends and Very Strong Opinions. There are microbenchmarks that can prove differ...
Forwarded from Rafanidu! Ⓐ 🏴
PulseAudio under the hood
A very interesting read for anyone interested in audio or systems programming!
https://gavv.github.io/blog/pulseaudio-under-the-hood/
A very interesting read for anyone interested in audio or systems programming!
https://gavv.github.io/blog/pulseaudio-under-the-hood/
Forwarded from Top devRants
"Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime." - David Leinweber
--------------------
#quotes
devrant.io/rants/863341
--------------------
#quotes
devrant.io/rants/863341
Useful GCC warning options not enabled by -Wall -Wextra
https://kristerw.blogspot.de/2017/09/useful-gcc-warning-options-not-enabled.html?m=1
https://kristerw.blogspot.de/2017/09/useful-gcc-warning-options-not-enabled.html?m=1
kristerw.blogspot.co.uk
Useful GCC warning options not enabled by -Wall -Wextra
GCC can warn about questionable constructs in the source code, but most such warnings are not enabled by default – developers need to use t...