frederikja163 / frederikja163/Master

Segmented Encoding

Open
#44 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

A Segmented Column where different parts of the same column is encoded differently. Example:

1,2,3,4,4,4,4,4,4,4,4,4
could be segmented into
1,2,3 (and then Delta Encoding {1,1,1} => RLE {3, 1})
4,4,4,4,4,4,4,4,4 (and then RLE Encoding {9, 4})

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.