]> git.donarmstrong.com Git - qmk_firmware.git/commit
Optimize source_layers_cache for the cache memory
authorWojciech Siewierski <wojciech.siewierski@onet.pl>
Wed, 13 Apr 2016 20:24:42 +0000 (22:24 +0200)
committerWojciech Siewierski <wojciech.siewierski@onet.pl>
Wed, 13 Apr 2016 20:24:42 +0000 (22:24 +0200)
commit02a3d77940d9b9dcf3af3e8ca9672145155fbfe6
treef0e901f12bbc079208fc7629337ad639e8c82f42
parenta0194d7e5ff2f3d242a5c6508abf81b4ddf67a3e
Optimize source_layers_cache for the cache memory

Swapping the array indices should increase the locality of the memory access.
tmk_core/common/action_layer.c