Hacker News new | ask | show | jobs
by jiehong 700 days ago
Usually, just checking for access patterns and data structure (like not using a set where it should be).

Also, avoiding code that has pointers to many small pieces everywhere in memory and lead to a bad cache misses score.

Finally, just good old profiling.