issues
search
Callidon
/
bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
https://callidon.github.io/bloom-filters/
MIT License
376
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
prepare v3.0.4
#81
folkvir
closed
1 day ago
0
v3.x fix: remove deprecated lodash per-method packages for vulnerability fixes
#80
EmilianoSanchez
closed
1 day ago
5
Prepare v3.0.3
#79
folkvir
closed
1 week ago
0
fix: remove deprecated `lodash` per-method packages for vulnerability fixes
#78
EmilianoSanchez
closed
1 week ago
2
add @types/seedrandom into dependencies
#77
folkvir
closed
1 week ago
0
fix(deps): major dependency upgrades
#76
folkvir
opened
2 weeks ago
3
Could not find a declaration file for module 'seedrandom'.
#75
t3chguy
closed
1 week ago
2
Bump micromatch from 4.0.7 to 4.0.8
#74
dependabot[bot]
closed
2 months ago
0
[v3.0.2] Fix hyperloglog + seedrandom typings
#73
folkvir
closed
5 months ago
0
Typescript types incompatible with recent versions of `@types/seedrandom`
#72
richvdh
closed
5 months ago
1
Version 4.0.0-alpha.0
#71
folkvir
opened
6 months ago
1
Browser friendliness?
#70
achingbrain
opened
7 months ago
4
Hyperloglog Example Not working
#69
dbinnersley
closed
5 months ago
2
CuckooFilter returns false negative
#68
tri2820
opened
8 months ago
3
Better examples for CustomHashing
#67
OR13
opened
1 year ago
1
Prepare release 3.0.1
#66
Callidon
closed
1 year ago
0
[Bugfix] bad seed import in cuckoo filter
#65
folkvir
closed
1 year ago
0
saveToJSON doesn't export default seed
#64
TimDaub
closed
1 year ago
2
Bump get-func-name from 2.0.0 to 2.0.2
#63
dependabot[bot]
closed
6 months ago
1
Bump word-wrap from 1.2.3 to 1.2.4
#62
dependabot[bot]
closed
6 months ago
1
Bump semver from 6.3.0 to 6.3.1
#61
dependabot[bot]
closed
1 year ago
0
Reusing Hashes for faster lookups
#60
pubkey
opened
1 year ago
4
fix: small typo errors
#59
0xflotus
opened
1 year ago
0
Serialized filters: are safe to expose publicly?
#58
zxpectre
closed
2 years ago
4
Error in Browser Chrome 105
#57
kabapy
closed
2 years ago
2
`Buffer is not defined` error when using in the browser.
#56
hipstermojo
closed
2 years ago
5
Update version number to 3.0.0 for upcoming release
#55
Callidon
closed
2 years ago
1
Update release job with npm environment
#54
Callidon
closed
2 years ago
0
Fix MinHash + Add Scalable BF #28 + Optimize Partitionned BF
#53
folkvir
closed
2 years ago
1
road to 2.0.0
#52
folkvir
closed
2 years ago
2
Bump pathval from 1.1.0 to 1.1.1
#51
dependabot[bot]
closed
2 years ago
0
Bump shelljs from 0.8.3 to 0.8.5
#50
dependabot[bot]
closed
2 years ago
0
Filters created with version 1.3.4 and exported to json do not work when imported to version 1.3.9
#49
stbrody
closed
2 years ago
14
[Question] Has bloom filters a higher probability of collide when strings are similar
#48
ghost
closed
2 years ago
5
[Question] Applying TopK on an endless stream doesn't blow memory ?
#47
ghost
closed
2 years ago
0
fix typo
#46
lovasoa
closed
2 years ago
2
Question about selecting the size and hash values for a classic Bloom filter
#45
Eric24
closed
2 years ago
4
BitSet-backed Bloom filter
#44
dleppik
closed
2 years ago
6
Question about implementation of double hashing
#43
SimonWoolf
closed
2 years ago
7
Compact serialized form for BloomFilter
#42
dleppik
closed
2 years ago
5
use filter's length as the number of bits currently set for better rate calculation
#41
Zergity
closed
3 years ago
1
Bump path-parse from 1.0.6 to 1.0.7
#40
dependabot[bot]
closed
3 years ago
0
Feat: topk metadata
#39
JustroX
closed
3 years ago
1
[Bug?] npm install produces only a api.js file
#38
baslr
closed
3 years ago
3
Class Visibility: private -> public/protected?
#37
folkvir
closed
2 years ago
1
Fix 34
#36
folkvir
closed
3 years ago
0
Fix import of inner count min for TopK import
#35
JustroX
closed
3 years ago
0
Bug: Endless recursion in getDistinctIndices with certain parameters.
#34
kblauhut
closed
3 years ago
3
Use the buffer npm package for browser compatibility
#33
matheus23
closed
3 years ago
1
Question: How did you compute or from where did you take the formula for the filter size?
#32
annekebr
closed
3 years ago
1
Next