▲ 0 r/mixes

[Hardstyle / Dubstep / Kpop / Jersey Club / Hard Techno / New Wave] DJ Molehill - Mix: Call me Molehill — having little but two CDJs in my purse, I sail forth chasing the drop (15:28)

youtube.com
u/DJMoleHill — 1 month ago

a Python list isn't a list. it's an array of pointers. calling it a "list" is the most misleading name in programming. it's not cache-friendly and also it's not compact. it's an array of addresses scattered across RAM. numpy fixes this by doing what C does: storing the actual values contiguously.

a Python list isn't a list. it's an array of pointers. calling it a "list" is the most misleading name in programming.

it's not cache-friendly and also it's not compact. it's an array of addresses scattered across RAM. numpy fixes this by doing what C does: storing the actual values contiguously.

reddit.com
u/DJMoleHill — 2 months ago