apache / apache/datasketches-go

[FEATURE] Static factory method from binary format for CM sketch

Open
#164 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.