https://www.phpinternalsbook.com/
A resourceful guide to PHP internals, now updated to PHP 7.
Tags: #programming #php #c
A resourceful guide to PHP internals, now updated to PHP 7.
Tags: #programming #php #c
https://github.com/loreloc/archinfo
Archinfo is a software that gathers informations about your x86 processor using the cpuid instruction.
Tags: #programming #asm #c
Archinfo is a software that gathers informations about your x86 processor using the cpuid instruction.
Tags: #programming #asm #c
GitHub
GitHub - loreloc/archinfo: An x86 Intel processor information gatherer
An x86 Intel processor information gatherer. Contribute to loreloc/archinfo development by creating an account on GitHub.
https://www.catb.org/esr/structure-packing
Data structure alignment
Tags: #programming #optimization #c
Data structure alignment
Tags: #programming #optimization #c
https://web.archive.org/web/20120504043127/https://scienceblogs.com/goodmath/2006/11/the_c_is_efficient_language_fa.php
Tags: #programming #c #performance
Tags: #programming #c #performance
web.archive.org
The "C is Efficient" Language Fallacy : Good Math, Bad Math
I came across an article yesterday about programming languages, which hit on one of my major peeves, so I can't resist responding. The article is at greythumb.org, and it's called Programmer's rant: what should and should not be added to...