Files
ripgrep/crates/ignore/src
fe9lix b9c774937f ignore: fix reference cycle for compiled matchers
It looks like there is a reference cycle caused by the compiled
matchers (compiled HashMap holds ref to Ignore and Ignore holds ref
to HashMap). Using weak refs fixes issue #2690 in my test project.
Also confirmed via before and after when profiling the code, see the
attached screenshots in #2692.

Fixes #2690
2024-01-06 12:50:42 -05:00
..
2023-12-07 11:46:00 -05:00
2023-10-09 20:29:52 -04:00
2023-10-09 20:29:52 -04:00