Closed xorgy closed 1 week ago
AtomicU64 is unavailable on most 32-bit targets, but AtomicUsize is available most targets.
AtomicU64
AtomicUsize
It is exceedingly unlikely that there will be more CacheKeys than bytes in the process address space.
CacheKey
This patch is a subset of #69 which avoids a breaking change, may be superseded by #69 for our next breaking release.
AtomicU64
is unavailable on most 32-bit targets, butAtomicUsize
is available most targets.It is exceedingly unlikely that there will be more
CacheKey
s than bytes in the process address space.