Expose Regex memory usage info (fixes #943)#1180
Expose Regex memory usage info (fixes #943)#1180mispecto wants to merge 1 commit intorust-lang:masterfrom
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 |
No description provided.