tag:github.com,2008:https://github.com/code-mds/algo/releases Release notes from algo 2019-01-14T17:20:50Z tag:github.com,2008:Repository/151618587/0.9.2 2019-01-14T19:23:58Z Makefile for test programm, minor updates and usage display change <p>-Makefile for test program<br> -Update usage</p> aleksandarstojkovski tag:github.com,2008:Repository/151618587/v0.9.3 2019-02-13T18:52:53Z Consegna No content. aleksandarstojkovski tag:github.com,2008:Repository/151618587/v0.9.1 2018-12-28T19:45:54Z performance improvement: increase size of hash table buckets and move to stack <p>performance improvement: increase size of hash table buckets and move to stack</p> <p>TEST on HD Video file: IMG_0432.MOV (1.55 GB)</p> <ul> <li>compression: 7'12" (rate: 0.23%)</li> <li>decompression: 40'54"</li> </ul> <p>TEST on immagine.tiff (3.4 MB)</p> <ul> <li>compression: 2" (rate: 3.19%)</li> <li>decompression: 5"</li> </ul> code-mds tag:github.com,2008:Repository/151618587/v0.9 2018-12-31T11:12:11Z fix for big files <p>fix decompression for big files: use long (instead of int) for bit indexes</p> <p>TEST on HD Video file: IMG_0432.MOV (1.55 GB)</p> <ul> <li>compression: 13'11" (rate: 0.23%)</li> <li>decompression: 47'6"</li> </ul> code-mds tag:github.com,2008:Repository/151618587/v0.8 2018-12-28T17:28:59Z memory optimization in hash table <p>performance improvement: memory optimization in hash table, reuse the entries during the weight increase</p> <p>compress immagine.tiff 4" -&gt; 2"<br> decompress immagine.tiff 8" -&gt; 7"</p> <p>TEST on HD Video file: 00178.MTS (228MB)</p> <ul> <li>compression 1'53" (rate 0.09%)</li> <li>decompression 6'27"</li> </ul> code-mds tag:github.com,2008:Repository/151618587/v0.7 2018-12-28T20:13:03Z HashTable - Performance Improvement <p>performance improvement: substitute the array node with an (open) hash table</p> <p>TEST on immagine.tiff (3.4 MB)</p> <ul> <li>compression: 13" -&gt; 4" (rate: 3.19%)</li> <li>decompression: 18" -&gt; 8"</li> </ul> code-mds tag:github.com,2008:Repository/151618587/v0.6 2018-12-19T15:56:20Z optimize decompression <p>optimize decompression, adh_search_encoding_in_tree -&gt; adh_search_lea…</p> <p>…f_by_encoding</p> <p>build in release: immagine.tiff 41" -&gt; 18"</p> code-mds tag:github.com,2008:Repository/151618587/v0.5.1 2018-12-19T15:54:59Z First release to prof. No content. code-mds tag:github.com,2008:Repository/151618587/v0.5 2018-12-19T15:44:08Z use symbol as index of symbol array <p>performance improvement:</p> <p>- use symbol as index of array of symbol nodes</p> code-mds tag:github.com,2008:Repository/151618587/v0.4 2018-12-19T15:43:06Z new symbol nodes array <p>performance improvement for decompression:</p> <p>- sort node array by weight <br />- add an additional array of only symbol nodes <br />- some inline functions</p> code-mds