Skip to content
Snippets Groups Projects
Unverified Commit f4b46fad authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Inline function calls in a tight loop

Manually inline function calls in a tight loop as Go compiler does not
inline non-leaf functions. It is observed that this unpleasant code
change resulted up to 10% performance improvement.
parent 9d2c6a95
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment