uuid
I needed to create unique ids for urls I was processing in a map reduce job, an due to ignorance I just dumped the output to the local file system and then ran a single threaded job over the list to produce ids. Turns out I could have used uuid (universally unique id). The only advantage of my approach is that the ids are short. uuid docs
No comments
Jump to comment form | comments rss [?] | trackback uri [?]