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
@johnynek I was going through your talk here from Scale by the Bay 2018 about immutable APIs and mutable internals.
I had a very rough idea about the BloomFilterAggregator and how it would look following the design pattern you discussed, I tried it in this gist here
Do you think this would work if we use a version of the cats BitSet which works great when a low number of bits are set?
The text was updated successfully, but these errors were encountered:
anish749
changed the title
Idea: BloomFilterAggregator can keep internal state backed by private mutable structures.
Idea: BloomFilterAggregator can directly rely on a BitSet instead of a BFMonoid
May 5, 2019
@johnynek I was going through your talk here from Scale by the Bay 2018 about immutable APIs and mutable internals.
I had a very rough idea about the
BloomFilterAggregator
and how it would look following the design pattern you discussed, I tried it in this gist hereDo you think this would work if we use a version of the cats
BitSet
which works great when a low number of bits are set?The text was updated successfully, but these errors were encountered: