mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
b85762fe4d7a993995eb23d3d7845baca0cf27a6
The fitness function's longest common substring search used a triple-nested loop. With 12,800 evaluations per optimization run, this was a significant bottleneck. SequenceMatcher provides O(n*m) average-case performance.
Languages
Python
100%