Optimization Notes

Came across this article.

it talks about usefulness of zero-copying. I think its a good learning, I think aligned accesses are less pronounced on x86 but more on ARM and MIPS etc. Also super cool to to see valgrind/callgrind being useful here.