make a performant function print out feature. #84
Labels
cleanup
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
optimization
The goal is to be as performant as
objdump -t -C <binary_file> | grep "F __TEX"
creating a vector is a bad idea for that means we spent one iteration building the list and another printing it out. in current testing this is really slow.
Originally posted by @farzonl in #80 (comment)
The text was updated successfully, but these errors were encountered: