Conversation
PragmaTwice
left a comment
There was a problem hiding this comment.
Hi, thank you for your contribution!
Before we move on to the PR review, could you please provide a more detailed explanation of your design? For example, for features like timeseries (#3044) and t-digest (#2542), there were corresponding proposals that helped the community better understand the data structure design and the reasoning behind it. This makes it easier for community members to review the work and reach a consensus.
Hi, thank you for the reminder and for this opportunity. |
|
@hidedim lot of thanks about your work. Could you check issue with conflict? |
|
This reverts commit 915580d.
|


support 5 Operation.
TOPK.RESERVE key args(k, width, depth, decay): create TopK data structure.
TOPK.INFO key: reply information of args(k, width, depth, decay).
TOPK.ADD key value: add values to topk.
TOPK.QUERY key value: reply is value existed in topk.
TOPK.LIST key: reply item of topk.