Buckets:
| /* Prime multiplier used in string and various other hashes. */ | |
| /* Parameters used for the numeric hash implementation. See notes for | |
| _Py_HashDouble in Python/pyhash.c. Numeric hashes are based on | |
| reduction modulo the prime 2**_PyHASH_BITS - 1. */ | |
| /* Aliases kept for backward compatibility with Python 3.12 */ | |
| /* Helpers for hash functions */ | |
| PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double); | |
| // Kept for backward compatibility | |
| /* hash function definition */ | |
| typedef struct { | |
| Py_hash_t (*const hash)(const void *, Py_ssize_t); | |
| const char *name; | |
| const int hash_bits; | |
| const int seed_bits; | |
| } PyHash_FuncDef; | |
| PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void); | |
| PyAPI_FUNC(Py_hash_t) Py_HashPointer(const void *ptr); | |
| PyAPI_FUNC(Py_hash_t) PyObject_GenericHash(PyObject *); | |
Xet Storage Details
- Size:
- 1.38 kB
- Xet hash:
- 8a88ff185f92b90792fe17fbe975d2828475266ca5775699382a8f450856847c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.