etk icon indicating copy to clipboard operation
etk copied to clipboard

`disease` takes ~34s to run on a trivial example when built in debug mode

Open jwasinger opened this issue 3 years ago • 1 comments

Trying disease --hex-file my_hex_file.hex where the file contains 0x6000 takes awhile on my machine.

I have isolated it to: https://github.com/quilt/etk/blob/master/etk-4byte/src/lib.rs#L44-L52 .

jwasinger avatar Oct 18 '22 00:10 jwasinger

Does it spin forever, or for several seconds? Uncompressing the selector database takes a few moments.

SamWilsn avatar Oct 18 '22 03:10 SamWilsn