... perhaps to the datasketches::codec module, or a new internal consts/serde module.
This follows what @proost does in apache/datasketches-go#97 that I think a good way to go.
So far, we store these constants in datasketches::<sketch>::serde path but we'd better manage them (at least the family IDs) in a centralized place.
... perhaps to the
datasketches::codecmodule, or a new internalconsts/serdemodule.This follows what @proost does in apache/datasketches-go#97 that I think a good way to go.
So far, we store these constants in
datasketches::<sketch>::serdepath but we'd better manage them (at least the family IDs) in a centralized place.