Skip to content

v10.0.4 fix concurrency bug in compressibility map

Latest

Choose a tag to compare

@byronka byronka released this 14 Jun 19:10

Realized that a Map accessed by different threads was non-thread-safe. Converted to a ConcurrentHashMap to fix.