nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

memoize plugin calls #17

Open nurpax opened 5 years ago

nurpax commented 5 years ago

plugins now get called once per pass. for any type of larger input file processing, this might be pretty bad for perf. could just memoize the plugin results based on input args.