Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GNU trove ライブラリはスレッドセーフですか? 特に TObjectDoubleHashMap に興味があります。彼らのドキュメントを見ましたが、何も言及されていないので、スレッドセーフではないと仮定しますか?
スレッドセーフではありません。同期されたロックまたは独自のロックを使用して、スレッドセーフにすることができます。