Skip to content

Releases: ntpz870817/Chamaeleo

Modify a minor bug in YYC

01 Dec 05:59
Compare
Choose a tag to compare

There was an unexpected exit while using the original method.

Add more log to prevent user misoperation

10 Sep 14:23
Compare
Choose a tag to compare

logs in the coding schemes, the error-correction codes, data handle module, and indexer module.

Faster data handle

10 Sep 06:31
Compare
Choose a tag to compare

We use NumPy to convert from file to bit matrix, which can greatly speed up the speed.

Chamaeleo stable version

08 Sep 11:44
Compare
Choose a tag to compare

Here is a stable version of Chamaeleo. Previous versions may not be compatible with it.

release with the faster Yin-Yang Code

20 Jul 06:03
Compare
Choose a tag to compare

In Yin-Yang Code, it takes a lot of time (several hours) to add required additional information based on screening operation by random pair matching, we change this random pair matching into the best fit based on Yin-Yang rules to shorten the query time. Query time is reduced by at least 12 times.

Initial Package with user's suggestions 1

14 Apr 16:40
Compare
Choose a tag to compare

(1) Add more examples for users.
(2) Accelerate the decoding process of Huffman (Goldman et al) Codec.
(3) Fix a minor error of RSCodec happening in Linux and Mac OS.

Initial Package

10 Apr 08:29
Compare
Choose a tag to compare

[1] Support 5 coding schemes: Simple (Church's) Code, Huffman (Goldman's) Code, Grass' Code, DNA Fountain (Erlich's) Code, and Yin-Yang Code.
[2] Support 2 error-correction: Hamming Code and Reed Solomon Code.
[3] Support row index operation.
[4] Support data operation.
[5] Support customized logging and real-time process monitoring.