Expose Regex memory usage info (fixes #943) - #1180
Conversation
|
@BurntSushi sorry for the ping but I wanted to bring your attention to this PR, it would be great if this could get merged |
|
@spektom can you also expose the function on |
|
I have concerns about this that I explained in #943. Those need to be resolved first. |
That's fair, maybe a better name would be |
|
I have almost the same usecase as @ambyjkl - I basically want a "LRU cache" of regex rules as I'm in a semi-constrained memory environment. In my opinion, calling it |
|
Having a function like At the moment I use regex-automata directly for that purpose and need to copy some stuff from the |
|
I also have the exact same caching motivation. @BurntSushi Any way to help push this beyond suggesting names? I think we'd all be happy with any of IMO best is |
|
I think |
|
I opened a new PR #1377 since I can't update this one. |
No description provided.