issues
search
cvan
/
lunr-unicode-normalizer
an extension to lunr.js to normalize unicode characters by removing all diacritical marks
MIT License
7
stars
9
forks
source link
Updates to prevent crazy string reallocation
#1
Closed
mattbasta
closed
9 years ago
mattbasta
commented
10 years ago
Moved charmap to outer scope
Wrapped plugin in closure
Created regexp that matches all chars in the charmap
Used regexps to build the new string in order to prevent excessive memory churn