Comparing version 0.0.752 to 0.0.753
@@ -106,5 +106,5 @@ import { max, min, floor, round } from './alias'; | ||
public size: number, | ||
public expiration: number, | ||
public partition: 'LRU' | 'LFU', | ||
public affiliation: 'LRU' | 'LFU', | ||
public expiration: number, | ||
) { | ||
@@ -522,5 +522,5 @@ } | ||
size, | ||
expiration, | ||
'LRU', | ||
'LRU', | ||
expiration, | ||
); | ||
@@ -527,0 +527,0 @@ LRU.unshift(entry); |
@@ -78,3 +78,5 @@ import { ceil, log2 } from './alias'; | ||
assert((b & 1 << l) === 0); | ||
refs[i] = b & ~((1 << l) - 1 >>> r << r); | ||
if (l !== r) { | ||
refs[i] = b & ~((1 << l) - 1 >>> r << r); | ||
} | ||
hand += l - r; | ||
@@ -81,0 +83,0 @@ assert(hand < capacity); |
{ | ||
"name": "spica", | ||
"version": "0.0.752", | ||
"version": "0.0.753", | ||
"description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.", | ||
@@ -5,0 +5,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
618375
16872