summaryrefslogtreecommitdiffstats
path: root/src/core.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-07-31 03:21:35 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-08-01 03:44:38 +0900
commitf4b46fad27b4d4f7f3f5649b5f2948c298c3a5ae (patch)
treedf2899d982141bc3cc2e5372b583d29f7e584457 /src/core.go
parent9d2c6a95f4259e9bccc114f48b3b3d21a357b6d1 (diff)
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.
Diffstat (limited to 'src/core.go')
0 files changed, 0 insertions, 0 deletions