You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some performance optimization techniques with C and C++ code for speed and space efficiency tested on x86-64 machine:
cache-friendly code examples;
loop unrolling;
proper data alignment;
using static data;