smda icon indicating copy to clipboard operation
smda copied to clipboard

Speed up analysis of bigger buffers

Open danielplohmann opened this issue 7 years ago • 1 comments

It's a known issue that disassembly of dumps containing a couple thousand functions is currently very slow. This is likely to some suboptimal choices of data structures and will be investigated asap.

danielplohmann avatar Jul 01 '18 14:07 danielplohmann

Changing the queue implementation did not really yield improvements, so we'll possibly need to look for other approaches.

danielplohmann avatar Mar 12 '24 09:03 danielplohmann