apache / datasketches-cpp

Core C++ Sketch Library
https://datasketches.apache.org
Apache License 2.0
225 stars 71 forks source link

Remove spurious @param #341

Closed jbapple closed 1 year ago

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4033367100


Totals Coverage Status
Change from base Build 4029599866: 0.0%
Covered Lines: 2328
Relevant Lines: 2480

💛 - Coveralls
jmalkin commented 1 year ago

A long-term goal is to rewrite HLL from scratch. Same public interface, but redo it as actual C++ rather than the current state of Java-recreated-in-C++. Not sure if it'll ever make it high enough on the priority list, though.