apache / apache/datasketches-go
[FEATURE] Static factory method from binary format for CM sketch
Open
- Dominant language
- Go
- Stars
- 34
- Forks
- 12
- Avg merge
- 10h 41m
- Merged PRs (30d)
- 15
Description
Current Count-Min Sketch has deserialization method. But this has limitations that sketch should be constructed first.
Without sketch construction, CM sketch can be constructed from binary format.
Contributor guide
Research direction
Start by reading the existing Count-Min Sketch deserialization method and the surrounding sketch construction code. Add a static factory that constructs a CM sketch directly from binary data, and verify that deserialization works without creating a sketch first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100