vinhkhuc / JFastText

Java interface for fastText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this library thread-safe?

youzp opened this issue · comments

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

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