Hacker News new | ask | show | jobs
by btilly 5646 days ago
Hashing is indeed the wrong way to go.
1 comments

Yea, i just wanted to solve it quick so I didn't feel like such a dumb ass. I did it again using your solution and now i see what you mean about scalability because your way is much much faster and more efficient. I had to run my solution on my db server using memcache because it was taking too long and too much memory but yours ran on my laptop.