apache / datasketches-java

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

The Java Hash functions and possibly other functions, need to be more centralized, e.g., in DS-java-common. #569

Open leerho opened 1 month ago

leerho commented 1 month ago

This should actually be a discussion, but some functions, like our MurmurHash3 implementations are not necessarily available elsewhere in the form that we like, but are used by more than one Java repository. This could apply to some of our specialized math functions as well. Perhaps they should be in a common repo like the DS-java-common.