How to hash a 32bit unsigned int(0~4294967295) to 10bit unsigned int(0~1023)? least collisions and fast are important.Please write samples in C/C++ if convenient.
Sorry, I didn't ask in a good way, this is not my homework. Maybe the question background would be helpful. I'm writing a server, this server must handle < 1024 connections from every single client. every client has its independent IP address, stored as 32bit unsigned int.That's how the question goes from.