apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.
https://datasketches.apache.org
Apache License 2.0
893 stars 209 forks source link

Remove unused code. #469

Closed leerho closed 1 year ago

leerho commented 1 year ago

After converting uses of FileOutputStream to its NIO equivalent, we can remove some unnecessary code and test methods.