Trying to build the build representation fails.
More specifically encode(decode(encode(...))) fails for dense (small) bloom filter sizes.
This commit is contained in:
parent
ce3a7049f2
commit
6bde50dd73
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ bitmask_build(BM) ->
|
||||||
case element(1,BM) of
|
case element(1,BM) of
|
||||||
array -> BM;
|
array -> BM;
|
||||||
sparse_bitmap -> BM;
|
sparse_bitmap -> BM;
|
||||||
|
dense_bitmap -> BM;
|
||||||
dense_bitmap_ets -> hanoidb_dense_bitmap:build(BM)
|
dense_bitmap_ets -> hanoidb_dense_bitmap:build(BM)
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue