[Python-Dev] Caching tuple hashes
Jeff Epler
jepler at unpythonic.net
Mon Aug 4 08:03:20 EDT 2003
More information about the Python-Dev mailing list
Mon Aug 4 08:03:20 EDT 2003
- Previous message: [Python-Dev] Caching tuple hashes
- Next message: [Python-Dev] Caching tuple hashes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, something like the following rule could be used to detect tuples that can cache their hash values: All the entries in the a hash-safe tuple must be non-NULL, and of an immutable builtin type (int, long, float, string, unicode, and hash-safe tuple.) Jeff
- Previous message: [Python-Dev] Caching tuple hashes
- Next message: [Python-Dev] Caching tuple hashes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list