You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think 'free' was a relic from the Go implementation; it used a freelist to reduce the cost of memory allocation, which is (or at least, was then), higher in Go than on the JVM.
Hi,
While investigating some slow issue with re2j compared to java regular expression, I found a few issues that I am planning to create a PR for:
See these 2 commits I have in my branch (don't worry about the System.out.print lines):
Question:
private void free(Thread t)
method is not used inMachine.java
what was the intention?Regards,
Jay
The text was updated successfully, but these errors were encountered: