issues
search
alexandrnikitin
/
bloom-filter-scala
Bloom filter for Scala, the fastest for JVM
https://alexandrnikitin.github.io/blog/bloom-filter-for-scala/
MIT License
376
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this bloom filter threadsafe?
#56
LeifW
opened
3 years ago
2
SIGSEGV Error in a Web Application
#55
joesan
opened
3 years ago
1
Fix for Issue #53
#54
seanrohead
opened
3 years ago
0
CanGenerateHashFromString is broken in JDK 9+ when string contains non-latin characters or +XX:-CompactStrings JVM flag is used
#53
seanrohead
opened
3 years ago
7
Fix deserialization backwards-compatibility
#52
seanrohead
closed
4 years ago
3
Sonatype Travis CI publishing changes
#51
alexandrnikitin
closed
4 years ago
0
Travis CI related fixes
#50
alexandrnikitin
closed
4 years ago
0
Update sbt to 1.3.0
#49
alexandrnikitin
closed
4 years ago
0
Add OpenJDK 10 and 11 to CI
#48
alexandrnikitin
closed
4 years ago
0
Support JDK 9+
#47
seanrohead
closed
4 years ago
0
Support JDK above 8.x
#46
seanrohead
closed
4 years ago
7
Add Scala 2.13 support
#45
alexandrnikitin
closed
4 years ago
0
Scala 2.13 in Maven Repo
#44
unoexperto
closed
4 years ago
1
Meta-Learning Neural Bloom Filters wanted
#43
plokhotnyuk
closed
5 years ago
1
Morton Filters wanted
#42
plokhotnyuk
opened
5 years ago
1
[WIP] Fixes bitCount after combine (& and |)
#41
alexandrnikitin
opened
6 years ago
0
Fix bitCount is 0 after intersect or union
#40
SidWeng
opened
6 years ago
6
approximateElementCount() is wrong after intersect or union
#39
SidWeng
opened
6 years ago
2
Fixes and tests for approximateElementCount
#38
alexandrnikitin
closed
6 years ago
0
get the filter element size
#37
SidWeng
closed
6 years ago
0
NoClassDefFoundError Product when instatiating a new BloomFilter
#36
il-bert
opened
6 years ago
5
How to get the filter element size
#35
safetys123
closed
6 years ago
11
reconsider UnsafeBitArray
#34
eyalfa
opened
6 years ago
4
Change the default long hash function to MurMurHash3
#33
alexandrnikitin
closed
7 years ago
0
Fix small string hashing
#32
alexandrnikitin
closed
7 years ago
0
Scala 2.12.2 support added
#31
fediq
closed
7 years ago
1
Can't find implicit value for canGenerateHash
#30
cbyn
closed
7 years ago
1
Issue when using `bloom-filter-scala` on String
#29
wgx731
closed
7 years ago
3
UnsafeBitArray Set performance: Check then set
#28
alexandrnikitin
closed
7 years ago
0
Fix #24: can the add() method return a boolean indicating a 'fresh' insert
#27
thomascharbonnel
opened
7 years ago
0
Decrypt keys only if tag is set
#26
alexandrnikitin
closed
7 years ago
0
Serialization support
#25
eyalfa
closed
7 years ago
11
can the add() method return a boolean indicating a 'fresh' insert
#24
eyalfa
opened
7 years ago
0
serialization + kryo support
#23
eyalfa
opened
7 years ago
6
Scala 2.12.1 support?
#22
dmrolfs
closed
7 years ago
5
Byte based UnsafeBitArray
#21
alexandrnikitin
opened
7 years ago
0
Initial implementation for Cuckoo Filter
#20
alexandrnikitin
closed
7 years ago
0
Cuckoo Filter
#19
alexandrnikitin
closed
7 years ago
0
Why the bloomfilter returns false?
#18
leesf
closed
7 years ago
6
Add sbt-dynver plugin
#17
alexandrnikitin
closed
7 years ago
0
got SIGSEGV using in Spark
#16
AzatFazulzyanov
closed
8 years ago
3
Better utilization of allocated memory
#15
cmarxer
opened
8 years ago
3
Add Serialization support
#14
alexandrnikitin
closed
8 years ago
0
Add code coverage
#13
alexandrnikitin
opened
8 years ago
0
Add Scala 2.10 support
#12
alexandrnikitin
closed
8 years ago
0
Union and intersection of two bloom filters
#11
alexandrnikitin
closed
8 years ago
0
Adjust set(..) and get(..) in UnsafeBitArray.scala such that all bits are potentially used.
#10
cmarxer
closed
8 years ago
6
Allocate sufficient memory in UnsafeBitArray
#9
cmarxer
closed
8 years ago
1
Opposite bloom filter wanted
#8
plokhotnyuk
closed
8 years ago
4
Use xxHash instead of MurmurHash3
#7
plokhotnyuk
opened
8 years ago
4
Next