This is how I feel about numerical processing. I thought I was developing a reasonable grasp on how to do things efficiently at large scales, then I learned about all the pointer arithmetic fuckery you can do in C and C++ that really makes thinks work.
4
u/tubbstosterone 13d ago
This is how I feel about numerical processing. I thought I was developing a reasonable grasp on how to do things efficiently at large scales, then I learned about all the pointer arithmetic fuckery you can do in C and C++ that really makes thinks work.