Generate unique ID for URL
Richard
richardbp at gmail.com
Tue Nov 13 19:50:28 EST 2012
More information about the Python-list mailing list
Tue Nov 13 19:50:28 EST 2012
- Previous message (by thread): Generate unique ID for URL
- Next message (by thread): Generate unique ID for URL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
These URL ID's would just be used internally for quick lookups, not exposed publicly in a web application. Ideally I would want to avoid collisions altogether. But if that means significant extra CPU time then 1 collision in 10 million hashes would be tolerable.
- Previous message (by thread): Generate unique ID for URL
- Next message (by thread): Generate unique ID for URL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list