vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Is this library thread-safe? #2

Closed youzp closed 7 years ago

youzp commented 7 years ago

Hi, ArrayList in the class JFastText is not thread-safe, and maybe it should be replaced with CopyOnWriteArrayList or newArrayList in guava.

Kind regards, Vincent

vinhkhuc commented 7 years ago

Hi youzp, JFastText is not thread-safe at the moment. PR is welcome!