aboutsummaryrefslogtreecommitdiff
path: root/benchmark/permutations.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve benchmark codeUri Shaked2019-12-011-0/+23
compare 3 alternatives: 1. Current avrInstruction() implementation 2. Map opcodes using a Javascript map 3. Map opcodes using a Uint16Array and big switch statement