Closed elshize closed 1 year ago
The stemmer is not thread-safe, so in order to make the wrapper class thread-safe, we use define it as thread_local in the filter function.
thread_local
filter
Fixes #524
The stemmer is not thread-safe, so in order to make the wrapper class thread-safe, we use define it as
thread_local
in thefilter
function.Fixes #524