seanjensengrey / adark

Automatically exported from code.google.com/p/adark
0 stars 0 forks source link

a7: Use smaller data type when re-cursing if possible #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What functionality is missing?
Variable-size data type for sorting.

Why is it so important to have it?
Can take less memory and use limited cache more efficiently.

What are the implementation stages:
1. Implement Key class
2. Fix key packing procedure
3. Use proper template types

Original issue reported on code.google.com by kvarkus on 14 Dec 2011 at 7:44

GoogleCodeExporter commented 8 years ago
Working flawlessly now :)

Original comment by kvarkus on 14 Dec 2011 at 11:03