apache / apache/datasketches-java
How CpcSketch's CompressionData gets generated?
- Dominant language
- Java
- Stars
- 958
- Forks
- 226
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 10
Description
In code comment, I saw:
```
~/ocaml-4.03.0/bin/ocamlopt -o generateHuffmanCodes columnProbabilities.ml generateHuffmanCodes.ml
./generateHuffmanCodes > raw-encoding-tables.c
```
But I can't find the source of (`columnProbabilities.ml generateHuffmanCodes.ml`) anywhere.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the code comment containing the ocamlopt command and inspect the references to columnProbabilities.ml, generateHuffmanCodes.ml, and raw-encoding-tables.c. Determine where the OCaml sources are kept or how the generated compression data is produced, then document that source and generation path in the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, ocaml
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100