Anyone got some C code that loops over all used IP addresses? Can you come up with any special optimizations? (I need to handle them in the "%u.%u.%u.%u"-form; computations are independant and can be run in parallel)
Name:
Anonymous2009-03-03 8:30
Turned out my algorithm was wrong after all, oh well, I changed it and got OpenMP working.