
@csjh__ @AlphaLegion101 @stimmtdochgarn1 @asert17240 In the context of C many people live on the moon then lol
English
Zuhaitz
13.3K posts

@zuhaitz_dev
Between 0s and 1s. Zen C creator. Genius 🍅



something that bothers me every time I think about it: a Python integer takes 28 bytes of memory. a C int takes 4. it's not a Python bug. it's the price of dynamic typing. every Python object carries a reference count, a type pointer, and size metadata. a million integers in Python costs 28MB same in C costs 4MB.



@zuhaitz_dev Face reveal



