|
|
|
Production algorithm tricks anyone?
|
|
14 points
by kartiksura
3374 days ago
|
|
For solving the problem of proportioned distribution of ads into sites at internet-scale, we had used a random number generator within a segmented number range. It was elegant and distributed synchronization and such complexities.
Any more of such elegant tricks in production software? |
|
Very cool algorithm used in (among other things) redis.