Search Results

0
votes

Cuckoo hashing in C

Kind of off-topic, but I'm looking into using cuckoo hashing for a cache, where it's explicitly okay to drop entries off the deep end. Anyone see that as a horrible idea? …
3
votes

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

If your program has no need to run under 64-bit, why would you? If you are not memory bound, and you don't have huge datasets, there is no point. The new Miata doesn't have bigger tires, beca …