Skip to content

Address Regex Memory Bloat in Long Running Applications #36

@iwillspeak

Description

@iwillspeak

Thread-local scratch space is only clearered when the regex is disposed. If regexes are used on the threadpool you can end up with quite a lot of memory usage quite quickly.

We could solve this by exposing the ability to clone the regex for each match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureEnhancements and feature requests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions