You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently column tracking in device and host stores is done via a ConcurrentHashMap. @jlowe suggested we could use a BitSet instead. The code is duplicated right now between device and host stores, so this task should also clean this up and commonize things as much as possible.
The text was updated successfully, but these errors were encountered:
Currently column tracking in device and host stores is done via a ConcurrentHashMap. @jlowe suggested we could use a
BitSet
instead. The code is duplicated right now between device and host stores, so this task should also clean this up and commonize things as much as possible.The text was updated successfully, but these errors were encountered: