Skip to content

Leverage Java 8 language features.

Daniel Fisher requested to merge java-streams into master

Remove cardinality variable in favor of reading the number of lines in the file. Use streams to read the file and insert into the bloom filter. Use try-with-resources to write the filter.

Merge request reports