apache / apache/datasketches-java
How CpcSketch's CompressionData gets generated?
オープン
- 主要言語
- Java
- スター
- 958
- フォーク
- 226
- 平均マージ
- 3日 9時間
- マージ済み PR(30日)
- 8
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, ocaml
- 領域
- build-system, documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100