tag:github.com,2008:https://github.com/code-mds/algo/releases Tags 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 aleksandarstojkovski tag:github.com,2008:Repository/151618587/v0.9.3 2019-02-13T18:52:53Z Consegna 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…</p> <p>… to stack</p> <p>TEST on HD Video file: IMG_0432.MOV (1.55 GB) <br />compression: 7'12" (rate: 0.23%) <br />decompression: 40'54"</p> code-mds tag:github.com,2008:Repository/151618587/v0.9 2018-12-31T11:12:11Z fix for big files 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 ent…</p> <p>…ries</p> 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 hash table</p> <p>compress immagine.tiff 13" -&gt; 4" <br />decompress immagine.tiff 18" -&gt; 8"</p> 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. 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