Re: Why are so many of the classes in org.apache.datasketches.cpc final?

2020-04-24 Thread Ron Crocker
Hi Lee, Thanks for such a cogent response. All of that makes a lot of sense to me. I’m not at all considering making improvements, rather I’m merely wanting to use CppSketch within a Flink job as state. Making the class final adds a little friction to doing so, but not an overwhelming amount.

Re: Why are so many of the classes in org.apache.datasketches.cpc final?

2020-04-24 Thread leerho
Hi Ron, Our mission is to develop a robust sketch library *product* that can be used in production systems in many different environments and be high performing and binary compatible across languages and systems. - To be able to achieve this mission with our very limited resources, we have