Actions
Bug #6948
closedPynspect might take advantage of some optimizations
Start date:
01/22/2021
Due date:
% Done:
0%
Estimated time:
To be discussed:
No
Description
Based on #4214 (see attached profiles there) it seems there are a couple of hotspots in pynspect. It might make sense to look to the routines at the top of the trace (jpath_values, traverse, ...?) whether there's some low hanging fruit for optimization, or some apparent culprit (too much copying? "extend" instead of "for ... append"? too much isisinstance calls?).
Related issues
Updated by Pavel Kácha almost 4 years ago
- Related to Feature #4214: Nested rule chains in Inspector added
Updated by Pavel Kácha about 2 months ago
- Status changed from New to Rejected
This doesn't seem to affect us much and Pynspect replacement is being worked on, closing. (Can reopen if situation changes somehow.)
Updated by Rajmund Hruška about 2 months ago
- Target version changed from Backlog to Rejected
Actions