A full-featured regex engine in pure Go based on the .NET engine
MIT License
997
stars
84
forks
source link
fix GC issue: release []rune when reusing the runner. which leads to 'runtext' and 'runmatch.text' inability to be garbage collected until next use. #81
fix GC issue: release []rune when reusing the runner. which leads to 'runtext' and 'runmatch.text' inability to be garbage collected until next use.