Since we're supporting multiple languages, is there any known, useful way to have some sort of spreadsheet tracking what exists where? In this case not just the base sketches but features within them.
I'm working on porting var opt sampling, which re-uses some classes from other sketches for estimation. But I found that the parts that I need don't yet exist in C++, and it seems to be in part because we currently only have Jaccard Similarity for theta sketches. But it'd be nice to have a reference rather than digging through another repo's code directly. jon
