kvark / dark-archon

[old] Fast BWT-based compressor
3 stars 1 forks source link

a6: Add int64 support #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What functionality is missing?
64-bit words operation.

Why is it so important to have it?
More efficient comparison of strings.
Allows for non-restricted length of Huffman codes.
Today's consumer CPU's are mostly 64-bit.

What are the implementation stages:
1. Introduce an abstraction of the comparison type.
2. Add a pre-processor directive.
3. Compare performance.

Original issue reported on code.google.com by kvarkus on 28 Nov 2011 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by kvarkus on 28 Nov 2011 at 4:11

GoogleCodeExporter commented 9 years ago
A6 is no longer on the development front.

Original comment by kvarkus on 15 Dec 2011 at 10:08