mgholam / MGRB

Sparse Roaring Bitmap
9 stars 2 forks source link

Switch to concurrentdictionary #1

Open nhaberl opened 4 years ago

nhaberl commented 4 years ago

Hey, would it be beneficial to switch to native collections like the concurrentdictionary instaed of safesortedlist ?

mgholam commented 4 years ago

We need a sorted list, a dictionary will not work.