busy-beaver icon indicating copy to clipboard operation
busy-beaver copied to clipboard

stripped_info is expensive

Open nickdrozd opened this issue 3 years ago • 7 comments

I profiled Quick Sim running over a list of programs for 10,000 loops.

profile

A lot of time is getting spent in strip_config and its subsidiary stripped_info.

I don't know what the solution is exactly, but I bet there is a simple change that could be applied here to speed things up.

I see from the code comments that this is a known issue. Hopefully the graph is helpful anyway.

nickdrozd avatar Feb 19 '22 22:02 nickdrozd