BloomFilters.jl icon indicating copy to clipboard operation
BloomFilters.jl copied to clipboard

Bloom filters in Julia

Results 3 BloomFilters.jl issues
Sort by recently updated
recently updated
newest added

Hello, In https://github.com/johnmyleswhite/BloomFilters.jl/blob/b6596f2acc90405634a7fd704628d54341aaee56/src/bloom-filter.jl#L150-L160 `io` parameter is not used I wonder if it shouldn't be the case (to be able to redirect output) See https://docs.julialang.org/en/v1/stdlib/Printf/index.html Kind regards

Hello, https://github.com/johnmyleswhite/BloomFilters.jl/blob/b6596f2acc90405634a7fd704628d54341aaee56/src/bloom-filter.jl#L16-L21 are comments Using docstrings https://docs.julialang.org/en/v1/manual/documentation/index.html might be better. Kind regards

In https://github.com/johnmyleswhite/BloomFilters.jl/pull/23 @scls19fr suggests moving this repo to [JuliaCollections](https://github.com/JuliaCollections). I'm open to this, or adding additional maintainers, as I am not regularly using Julia and haven't been quite as prompt...