@creejs/commons-collection 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- function c(t){return !!h(t)&&t>0}function h(t){return null!=t&&"number"==typeof t}var L={assertPositive:q};function q(t,r){if(!c(t))throw new Error(`${r?'"'+r+'" ':" "}Not Positive: ${t}`)}new TextDecoder;new TextEncoder;
1
+ function a$1(t){return "boolean"==typeof t}function c$1(t){return "function"==typeof t}function l$1(t){return null!=t&&"object"==typeof t&&!A(t)}function y(t){return null==t}function p$1(t){return !!m$1(t)&&t>0}function h$1(t){return !!m$1(t)&&t>=0}function g$1(t){return !!m$1(t)&&t<0}function w$1(t){return null===t}function d$1(t){return void 0===t}function m$1(t){return null!=t&&"number"==typeof t}function b$1(t){return null!=t&&"object"==typeof t}function A(t){return null!==t&&"object"==typeof t&&(t.constructor===Object||void 0===t.constructor)}function E(t){return null!=t&&"function"==typeof t.then}function N(t){return null!=t&&"string"==typeof t}function $(t){return null!=t&&"symbol"==typeof t}function O$1(t){return ArrayBuffer.isView(t)&&t.constructor!==DataView}function v$1(t){return t instanceof Int8Array}function j(t){return t instanceof Uint8Array}function P(t){return t instanceof Uint8ClampedArray}function S(t){return t instanceof Int16Array}function x(t){return t instanceof Uint16Array}function U(t){return t instanceof Int32Array}function T(t){return t instanceof Uint32Array}function I(t){return t instanceof Float32Array}function B(t){return t instanceof Float64Array}function k$1(t){return t instanceof BigInt64Array}function L$1(t){return t instanceof BigUint64Array}function F(t){return t instanceof ArrayBuffer}var C={assertNumber:q,assertPositive:_$1,assertNegative:function(t,r){if(!g$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Negative: ${t}`)},assertNotNegative:J,assertBoolean:function(t,r){if(!a$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Boolean: type=${typeof t} value=${Z(t)}`)},assertObject:R,assertPlainObject:function(t,r){if(!A(t))throw new Error(`${r?'"'+r+'" ':""}Not PlainObject: type=${typeof t} value=${Z(t)}`)},assertSymbol:function(t,r){if(!$(t))throw new Error(`${r?'"'+r+'" ':""}Not Symbol: type=${typeof t} value=${Z(t)}`)},assertFunction:W,assertInstance:function(t,r){if(!l$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Class Instance: type=${typeof t} value=${Z(t)}`)},assertPromise:H,assertNil:function(t,r){if(!y(t))throw new Error(`${r?'"'+r+'" ':""}Neither Null nor Undefined: type=${typeof t} value=${Z(t)}`)},assertNotNil:V,assertNull:function(t,r){if(!w$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Null: type=${typeof t} value=${Z(t)}`)},assertNotNull:function(t,r){if(w$1(t))throw new Error((r?'"'+r+'" ':"")+"Should Not Null")},assertUndefined:function(t,r){if(!d$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Undefined: type=${typeof t} value=${Z(t)}`)},assertString:M,assertArray:D,assertStringOrSymbol:function(t,r){if(!N(t)&&!$(t))throw new Error(`${r?'"'+r+'" ':""}Not String or Symbol: type=${typeof t} value=${Z(t)}`)},assertInt8Array:function(t,r){if(v$1(t))throw new Error((r?'"'+r+'" ':"")+"Not Int8Array")},assertUint8Array:function(t,r){if(j(t))throw new Error((r?'"'+r+'" ':"")+"Not Uint8Array")},assertUint8ClampedArray:function(t,r){if(P(t))throw new Error((r?'"'+r+'" ':"")+"Not Uint8ClampedArray")},assertInt16Array:function(t,r){if(S(t))throw new Error((r?'"'+r+'" ':"")+"Not Int16Array")},assertUint16Array:function(t,r){if(x(t))throw new Error((r?'"'+r+'" ':"")+"Not Uint16Array")},assertInt32Array:function(t,r){if(U(t))throw new Error((r?'"'+r+'" ':"")+"Not Int32Array")},assertUint32Array:function(t,r){if(T(t))throw new Error((r?'"'+r+'" ':"")+"Not Uint32Array")},assertFloat32Array:function(t,r){if(I(t))throw new Error((r?'"'+r+'" ':"")+"Not Float32Array")},assertFloat64Array:function(t,r){if(B(t))throw new Error((r?'"'+r+'" ':"")+"Not Float64Array")},assertBigInt64Array:function(t,r){if(k$1(t))throw new Error((r?'"'+r+'" ':"")+"Not BigInt64Array")},assertBigUint64Array:function(t,r){if(L$1(t))throw new Error((r?'"'+r+'" ':"")+"Not BigUint64Array")},assertTypedArray:function(t,r){if(O$1(t))throw new Error((r?'"'+r+'" ':"")+"Not TypedArray")},assertArrayBuffer:z};function D(t,r){if(!Array.isArray(t))throw new Error(`${r?'"'+r+'" ':""}Not Array: type=${typeof t} value=${Z(t)}`)}function M(t,r){if(!N(t))throw new Error(`${r?'"'+r+'" ':""}Not String: type=${typeof t} value=${Z(t)}`)}function q(t,r){if(!m$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Number: type=${typeof t} value=${Z(t)}`)}function _$1(t,r){if(!p$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Positive: ${t}`)}function J(t,r){if(!h$1(t))throw new Error(`${r?'"'+r+'" ':""}Not "0 or Positive": ${t}`)}function R(t,r){if(!b$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Object: type=${typeof t} value=${Z(t)}`)}function W(t,r){if(!c$1(t))throw new Error(`${r?'"'+r+'" ':""}Not Function: type=${typeof t} value=${Z(t)}`)}function H(t,r){if(!E(t))throw new Error(`${r?'"'+r+'" ':""}Not Promise: type=${typeof t} value=${Z(t)}`)}function V(t,r){if(y(t))throw new Error((r?'"'+r+'" ':"")+"Should Not Nil")}function z(t,r){if(!F(t))throw new Error((r?'"'+r+'" ':"")+"Not ArrayBuffer")}function Z(t){if(null===t)return "null";if(void 0===t)return "undefined";let r;try{r=JSON.stringify(t);}catch(e){r=t.toString();}return r}new TextDecoder;new TextEncoder;const dt=1e6;var mt={s2ns:1e9,ms2ns:dt,timestamp:function(){if("undefined"!=typeof performance&&"number"==typeof performance.timeOrigin){const t=performance.timeOrigin,r=performance.now();return Math.ceil((t+r)/dt)}return Date.now()},timestamp64:bt,lapseNano:At,lapseMillis:Et,timeoutNano:function(t,r){return At(t)>r},timeoutMillis:function(t,r){return Et(t)>r}};function bt(){if("undefined"!=typeof performance&&"number"==typeof performance.timeOrigin){const t=performance.timeOrigin,r=performance.now();return BigInt((t+r)*dt)}return BigInt(Date.now()*dt)}function At(t,r){return (r??bt())-t}function Et(t,r){r=r??bt();return BigInt(r-t)/BigInt(dt)}
2
2
 
3
3
  // internal
4
4
  // owned
@@ -12,7 +12,7 @@ function c(t){return !!h(t)&&t>0}function h(t){return null!=t&&"number"==typeof
12
12
  */
13
13
 
14
14
  // module vars
15
- const { assertPositive } = L;
15
+ const { assertPositive } = C;
16
16
 
17
17
  /**
18
18
  * A set that has a fixed capacity and automatically removes the oldest element when the capacity is reached.
@@ -30,9 +30,12 @@ class CappedSet {
30
30
  assertPositive(capacity, 'capacity');
31
31
  this.capacity = capacity;
32
32
  /**
33
+ * 1. key is the Value stored in CappedSet
34
+ * 2. value is a Node
35
+ * 3. JS Map preserve the insertion order
33
36
  * @type {Map<any, Node>}
34
37
  */
35
- this._set = new Map();
38
+ this._map = new Map();
36
39
  /**
37
40
  * @type {Node|undefined}
38
41
  */
@@ -44,21 +47,25 @@ class CappedSet {
44
47
  }
45
48
 
46
49
  get size () {
47
- return this._set.size
50
+ return this._map.size
48
51
  }
49
52
 
50
- // 获取最旧的元素
53
+ /**
54
+ * get the oldest element
55
+ */
51
56
  get oldest () {
52
57
  return this._head?.value
53
58
  }
54
59
 
55
- // 获取最新的元素
60
+ /**
61
+ * get the newest element
62
+ */
56
63
  get newest () {
57
64
  return this._tail?.value
58
65
  }
59
66
 
60
67
  [Symbol.iterator] () {
61
- return this._set.keys()
68
+ return this._map.keys()
62
69
  }
63
70
 
64
71
  /**
@@ -67,8 +74,8 @@ class CappedSet {
67
74
  * @param {*} value - The value to add to the set
68
75
  */
69
76
  add (value) {
70
- if (this._set.has(value)) {
71
- const node = this._set.get(value);
77
+ if (this._map.has(value)) {
78
+ const node = this._map.get(value);
72
79
  node && this._removeNode(node);
73
80
  } else if (this.size >= this.capacity) {
74
81
  this._removeOldest();
@@ -82,7 +89,7 @@ class CappedSet {
82
89
  * @returns {boolean} True if the value exists, false otherwise.
83
90
  */
84
91
  has (value) {
85
- return this._set.has(value)
92
+ return this._map.has(value)
86
93
  }
87
94
 
88
95
  /**
@@ -91,8 +98,8 @@ class CappedSet {
91
98
  * @returns {boolean} True if the value was found and removed, false otherwise.
92
99
  */
93
100
  delete (value) {
94
- if (this._set.has(value)) {
95
- const node = this._set.get(value);
101
+ if (this._map.has(value)) {
102
+ const node = this._map.get(value);
96
103
  node && this._removeNode(node);
97
104
  return true
98
105
  }
@@ -100,7 +107,7 @@ class CappedSet {
100
107
  }
101
108
 
102
109
  clear () {
103
- this._set.clear();
110
+ this._map.clear();
104
111
  this._head = undefined;
105
112
  this._tail = undefined;
106
113
  }
@@ -110,7 +117,7 @@ class CappedSet {
110
117
  * @returns {Iterator<any>} An iterator object that yields the values of the set.
111
118
  */
112
119
  values () {
113
- return this._set.keys()
120
+ return this._map.keys()
114
121
  }
115
122
 
116
123
  /**
@@ -132,7 +139,7 @@ class CappedSet {
132
139
  }
133
140
 
134
141
  this._tail = node;
135
- this._set.set(value, node);
142
+ this._map.set(value, node);
136
143
  }
137
144
 
138
145
  /**
@@ -154,7 +161,7 @@ class CappedSet {
154
161
  this._tail = node.prev;
155
162
  }
156
163
 
157
- this._set.delete(node.value);
164
+ this._map.delete(node.value);
158
165
  }
159
166
 
160
167
  _removeOldest () {
@@ -164,7 +171,506 @@ class CappedSet {
164
171
  }
165
172
  }
166
173
 
167
- var index = { CappedSet };
174
+ var e={isFunction:t,isNil:s};function t(e){return "function"==typeof e}function s(e){return null==e}function n(e){return null!=e&&"string"==typeof e}var r={assertNumber:function(e,t){if(!function(e){return null!=e&&"number"==typeof e}(e))throw new Error(`${t?'"'+t+'" ':""}Not Number: type=${typeof e} value=${i(e)}`)},assertFunction:function(e,s){if(!t(e))throw new Error(`${s?'"'+s+'" ':""}Not Function: type=${typeof e} value=${i(e)}`)},assertNotNil:function(e,t){if(s(e))throw new Error((t?'"'+t+'" ':"")+"Should Not Nil")},assertString:function(e,t){if(!n(e))throw new Error(`${t?'"'+t+'" ':""}Not String: type=${typeof e} value=${i(e)}`)},assertStringOrSymbol:function(e,t){if(!n(e)&&!function(e){return null!=e&&"symbol"==typeof e}(e))throw new Error(`${t?'"'+t+'" ':""}Not String or Symbol: type=${typeof e} value=${i(e)}`)}};function i(e){if(null===e)return "null";if(void 0===e)return "undefined";let t;try{t=JSON.stringify(e);}catch(s){t=e.toString();}return t}new TextDecoder,new TextEncoder;const l="DOwner$#$",{assertFunction:a,assertNotNil:o}=r;class c{constructor(e,t,s=false){o(e,"event"),a(t,"callback"),this._event=e,this._callback=t,this._isOnce=!!s,this._owner=void 0;}set owner(e){this._owner=e;}get owner(){return this._owner===l?void 0:this._owner}get event(){return this._event}get isOnce(){return this._isOnce}isSameCallback(e){return this._callback===e}get callback(){return this._callback}invoke(...e){try{return this._callback(...e)}finally{if(this._isOnce)try{this._event._remove(this);}catch(e){console.warn(e);}}}listener(...e){return this.invoke(...e)}}const{isFunction:h,isNil:u}=e,{assertStringOrSymbol:_,assertFunction:f}=r;class m{static get DefaultOwner(){return l}constructor(e){_(e,"eventName"),this._name=e,this._callbacks=new Set,this._listeners=[],this._callback2Listeners=new Map,this._listener2Owner=new Map,this._owner2Listeners=new Map;}get name(){return this._name}isEmpty(){return 0===this._callbacks.size}rawListeners(){return [...this._listeners]}listenerCount(e){return null==e?this._listeners.length:this._callback2Listeners.get(e)?.size??0}callbacks(){return [...this.rawListeners().map(e=>e.callback)]}emit(...e){if(0===this._listeners.length)return false;for(const t of [...this._listeners])t.invoke(...e);return true}emitOwner(e,...t){if(0===this._listeners.length)return false;const s=this._owner2Listeners.get(e);if(null==s)return false;for(const e of [...s])e.invoke(...t);return true}hasListener(e){return !!h(e)&&this._callbacks.has(e)}hasOwner(e){return !u(e)&&this._owner2Listeners.has(e)}addListener(e,t){return this._addListener(e,t,false,false)}prependListener(e,t){return this._addListener(e,t,false,true)}addOnceListener(e,t){return this._addListener(e,t,true,false)}prependOnceListener(e,t){return this._addListener(e,t,true,true)}_addListener(e,t,s,n){if(u(e))return false;f(e),this._callbacks.has(e)||this._callbacks.add(e),t=t??l;const r=new c(this,e,s);r.owner=t,n?this._listeners.unshift(r):this._listeners.push(r),this._listener2Owner.set(r,t);let i=this._callback2Listeners.get(e);null==i&&(i=new Set,this._callback2Listeners.set(e,i)),i.add(r);let a=this._owner2Listeners.get(t);return null==a&&(a=new Set,this._owner2Listeners.set(t,a)),a.add(r),true}removeListener(e){if(u(e))return false;if(!this._callbacks.has(e))return false;this._callbacks.delete(e);const t=this._callback2Listeners.get(e);if(null==t)return false;this._callback2Listeners.delete(e);for(const e of t){ -1!==this._listeners.indexOf(e)&&this._listeners.splice(this._listeners.indexOf(e),1);const t=this._listener2Owner.get(e);if(null==t)continue;this._listener2Owner.delete(e);const s=this._owner2Listeners.get(t);null!=s&&(s.delete(e),0===s.size&&this._owner2Listeners.delete(t));}return true}_remove(e){const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1);const{callback:s}=e,n=this._callback2Listeners.get(s);null!=n&&(n.delete(e),0===n.size&&(this._callback2Listeners.delete(s),this._callbacks.delete(s)));const r=this._listener2Owner.get(e);if(null==r)return;this._listener2Owner.delete(e);const i=this._owner2Listeners.get(r);null!=i&&(i.delete(e),0===i.size&&this._owner2Listeners.delete(r));}removeAllListeners(e){if(u(e))return this._callbacks.clear(),this._listeners.length=0,this._callback2Listeners.clear(),this._listener2Owner.clear(),this._owner2Listeners.clear(),this;const t=this._owner2Listeners.get(e);if(null==t)return this;this._owner2Listeners.delete(e);for(const e of t){ -1!==this._listeners.indexOf(e)&&this._listeners.splice(this._listeners.indexOf(e),1),this._listener2Owner.delete(e);const{callback:t}=e,s=this._callback2Listeners.get(t);null!=s&&(s.delete(e),0===s.size&&(this._callback2Listeners.delete(t),this._callbacks.delete(t)));}return this}}const{isNil:d}=e,{assertString:w,assertFunction:L,assertNumber:v,assertStringOrSymbol:g,assertNotNil:p}=r,b=["on","once","addListener","prependListener","prependOnceListener","off","offAll","offOwner","removeAllListeners","removeListener","emit","emitOwner","setMaxListeners","getMaxListeners","hasOwner","listeners","listenerCount","eventNames","rawListeners"];let O=10;class k{static mixin(e){const t=new k;e.__emitter=t;for(const s of b){const n=t[s];e[s]=n.bind(t);}return e}static get defaultMaxListeners(){return O}static set defaultMaxListeners(e){v(e),O=e??10;}constructor(){this._name2Event=new Map,this._maxListeners=O;}addListener(e,t,s){return this.on(e,t,s)}prependListener(e,t,s){w(e),L(t),this._checkMaxListeners(e);return this._getOrCreateEvent(e).prependListener(t,s),this}prependOnceListener(e,t,s){w(e),L(t),this._checkMaxListeners(e);return this._getOrCreateEvent(e).prependOnceListener(t,s),this}emit(e,...t){const s=this._name2Event.get(e);return null!=s&&!s.isEmpty()&&(s.emit(...t),true)}emitOwner(e,t,...s){if(null==t)throw new Error('Missing "owner"');const n=this._name2Event.get(e);return null!=n&&!n.isEmpty()&&(n.emitOwner(t,...s),true)}eventNames(){return [...this._name2Event.keys()]}getMaxListeners(){return this._maxListeners}listenerCount(e,t){g(e,"eventName");const s=this._name2Event.get(e);return null==s||s.isEmpty()?0:s.listenerCount(t)}listeners(e){g(e,"eventName");const t=this._name2Event.get(e);return null==t||t.isEmpty()?[]:t.callbacks()}off(e,t){const s=this._name2Event.get(e);return null==s?this:(s.removeListener(t),s.isEmpty()?(this._name2Event.delete(e),this):this)}offAll(e,t){g(e,"eventName");const s=this._name2Event.get(e);return null==s?this:(s.removeAllListeners(t),s.isEmpty()?(this._name2Event.delete(e),this):this)}offOwner(e){p(e,"owner");const t=[...this._name2Event.values()];for(const s of t)s.removeAllListeners(e),s.isEmpty()&&this._name2Event.delete(s.name);return this}on(e,t,s){w(e),L(t),this._checkMaxListeners(e);return this._getOrCreateEvent(e).addListener(t,s),this}_checkMaxListeners(e){let t=0;0!==this._maxListeners&&this._maxListeners!==1/0&&(t=this.listenerCount(e))>=this._maxListeners&&console.warn(`maxlistenersexceededwarning: Possible EventEmitter memory leak detected. ${t} ${e} listeners added to [${this}]. Use emitter.setMaxListeners() to increase limit`);}once(e,t,s){w(e),L(t);return this._getOrCreateEvent(e).addOnceListener(t,s),this}rawListeners(e){return this._name2Event.get(e)?.rawListeners()||[]}removeAllListeners(e,t){return this.offAll(e,t)}removeListener(e,t){return this.off(e,t)}setMaxListeners(e){if(v(e),e<0)throw new RangeError("maxListeners must >=0");return this._maxListeners=e,this}_getOrCreateEvent(e){if(this._name2Event.has(e))return this._name2Event.get(e);const t=new m(e);return this._name2Event.set(e,t),t}hasOwner(e){if(d(e))return false;for(const t of this._name2Event.values())if(t.hasOwner(e))return true;return false}}
175
+
176
+ // 3rd
177
+ // internal
178
+ // owned
179
+
180
+ /**
181
+ * @typedef {number} Timestamp
182
+ * @typedef {{
183
+ * tickInterval: number, // ms
184
+ * tickCount: number // ms
185
+ * }} TimeWheelCacheOptions
186
+ */
187
+
188
+ // module vars
189
+ const Event$1 = {
190
+ Advance: 'advance',
191
+ Expired: 'expired'
192
+ };
193
+
194
+ /**
195
+ * Not Found Better Implementation in npmjs.com, so do it by ourselves.
196
+ *
197
+ * Key Points:
198
+ * 1. Basic Atom Unit is "tick", 1 tick = 1 tickInterval
199
+ * 3. How many milliseconds does 1 Tick represent is defined by "tickInterval"
200
+ * 4. How many Ticks does the Wheel own is defined by "tickCount"
201
+ */
202
+ class TimeWheelCache extends k {
203
+ get Event () {
204
+ return Event$1
205
+ }
206
+
207
+ /**
208
+ * @param {TimeWheelCacheOptions} [options]
209
+ */
210
+ constructor (options) {
211
+ super();
212
+ this.options = options ?? {};
213
+ /**
214
+ * How many milliseconds does one Tick represent
215
+ */
216
+ this._tickInterval = this.options.tickInterval ?? 1000;
217
+ /**
218
+ * How many Ticks does the Wheel have
219
+ */
220
+ this._tickCount = this.options.tickCount ?? 60;
221
+ /**
222
+ * Slots, one Tick owns one Slot to store key and expire timestamp
223
+ * @type {Map<any, {value: any, slotIndex: number, expireTimestamp: number}>[]}
224
+ */
225
+ this._slots = Array(this._tickCount).fill(undefined).map(() => new Map());
226
+ /**
227
+ * Data Cache
228
+ * @type {Map<any, {value: any, slotIndex: number, expireTimestamp: number}>}
229
+ */
230
+ this._cache = new Map();
231
+ this._currentSlotIndex = 0;
232
+ /** @type {NodeJS.Timeout|undefined} */
233
+ this._timer = undefined;
234
+
235
+ // must start it immediately
236
+ this._startAutoEvict();
237
+ }
238
+
239
+ get tickInterval () {
240
+ return this._tickInterval
241
+ }
242
+
243
+ get tickCount () {
244
+ return this._tickCount
245
+ }
246
+
247
+ /**
248
+ * Max Time to Live, atom unit "millisecond"
249
+ * @returns {number}
250
+ */
251
+ get maxTtl () {
252
+ if (this._maxTtl == null) {
253
+ this._maxTtl = this._tickCount * this._tickInterval; // ms
254
+ }
255
+ return this._maxTtl
256
+ }
257
+
258
+ get autoEvictRunning () {
259
+ return this._timer != null
260
+ }
261
+
262
+ _startAutoEvict () {
263
+ this._timer = setInterval(() => this._advance(), this._tickInterval);
264
+ }
265
+
266
+ _stopAutoEvict () {
267
+ this._timer && clearInterval(this._timer);
268
+ this._timer = undefined;
269
+ }
270
+
271
+ _advance () {
272
+ const nextSlotIndex = (this._currentSlotIndex + 1) % this._tickCount;
273
+ const nextSlot = this._slots[nextSlotIndex];
274
+ const currentSlot = this._slots[this._currentSlotIndex];
275
+ this.emit(Event$1.Advance, this._currentSlotIndex, currentSlot, nextSlot);
276
+ if (currentSlot.size > 0) {
277
+ // clear current slot, and expired data
278
+ for (const key of currentSlot.keys()) {
279
+ const wrapped = this._cache.get(key);
280
+ this._cache.delete(key);
281
+ // @ts-ignore
282
+ this.emit(Event$1.Expired, key, wrapped.value, wrapped.expireTimestamp);
283
+ }
284
+ currentSlot.clear();
285
+ }
286
+ this._currentSlotIndex = nextSlotIndex;
287
+ }
288
+
289
+ destroy () {
290
+ this._stopAutoEvict();
291
+ this.clear();
292
+ }
293
+
294
+ /**
295
+ * 1. "key" is not Nil
296
+ * 2. "value" is not Nil
297
+ * 3. "ttl" must > 0 && <= maxTtl, maxTtl = tickCount * tickInterval
298
+ * * > 0: CAN NOT go to past
299
+ * * < maxTtl: Wheel is Round, eg.
300
+ * * "Hour Wheel" has 24 Hour-Tick-Mark
301
+ * * CAN NOT distinguish 24 hours and 48 hours
302
+ * 4. Understand the difference between "ttl" and "timestamp"
303
+ * * TTL is Indexed from 1
304
+ * * eg. ttl = 60, should be stored in Slot[59]
305
+ * * Timestamp is Indexed from 0
306
+ * @param {any} key
307
+ * @param {any} value
308
+ * @param {number} ttl Time to Live, atom unit "millisecond"
309
+ * @returns {boolean}
310
+ */
311
+ set (key, value, ttl) {
312
+ C.assertNotNil(key, 'key');
313
+ C.assertNotNil(value, 'value');
314
+ if (ttl <= 0) {
315
+ throw new Error(`Bad ttl "${ttl}", must > 0`)
316
+ }
317
+ if (ttl > this.maxTtl) {
318
+ throw new Error(`Bad ttl "${ttl}", must <= maxTtl(${this.maxTtl})`)
319
+ }
320
+ // delete existed firstly, Slot may be changed
321
+ if (this._cache.has(key)) {
322
+ this.delete(key);
323
+ }
324
+ // TimeUtils.timestamp() is built on Uptime, not affected by system time change
325
+ const expireTimestamp = mt.timestamp() + ttl;
326
+ // 1 tick at least
327
+ // ttl -1, eg. 1~60s should be stored in Slot[0]
328
+ const ticks = Math.floor((ttl - 1) / this._tickInterval);
329
+ const targetSlotIndex = (this._currentSlotIndex + ticks) % this._tickCount;
330
+ const storedItem = { value, slotIndex: targetSlotIndex, expireTimestamp };
331
+ this._slots[targetSlotIndex].set(key, storedItem);
332
+ this._cache.set(key, storedItem);
333
+ return true
334
+ }
335
+
336
+ /**
337
+ * @param {any} key
338
+ * @returns {boolean}
339
+ */
340
+ delete (key) {
341
+ const wrapped = this._cache.get(key);
342
+ if (!wrapped) {
343
+ return false
344
+ }
345
+ this._cache.delete(key);
346
+ // delete from target slot
347
+ // Time-Wheel may be Minute-Hour-Based, it's too long to leave it in slot
348
+ const { slotIndex } = wrapped;
349
+ const targetSlot = this._slots[slotIndex];
350
+ targetSlot.delete(key);
351
+ return true
352
+ }
353
+
354
+ /**
355
+ * Checks if the cache contains the specified key.
356
+ * @param {any} key - The key to check for existence in the cache.
357
+ * @returns {boolean} - True if the key exists in the cache, false otherwise.
358
+ */
359
+ has (key) {
360
+ const wrapped = this._cache.get(key);
361
+ if (!wrapped) {
362
+ return false
363
+ }
364
+ if (wrapped.expireTimestamp <= mt.timestamp()) {
365
+ this.delete(key);
366
+ this.emit('expired', key, wrapped.value, wrapped.expireTimestamp);
367
+ return false
368
+ }
369
+ return true
370
+ }
371
+
372
+ clear () {
373
+ this._cache.clear();
374
+ this._slots.forEach(slot => slot.clear());
375
+ this._currentSlotIndex = 0;
376
+ }
377
+
378
+ /**
379
+ *
380
+ * @param {any} key
381
+ * @returns {any}
382
+ */
383
+ get (key) {
384
+ const wrapped = this._cache.get(key);
385
+ if (!wrapped) {
386
+ return
387
+ }
388
+ if (wrapped.expireTimestamp <= mt.timestamp()) {
389
+ this.delete(key);
390
+ this.emit('expired', key, wrapped.value, wrapped.expireTimestamp);
391
+ return
392
+ }
393
+ return wrapped.value
394
+ }
395
+
396
+ size () {
397
+ // current slot may contain expired data
398
+ const slot = this._slots[this._currentSlotIndex];
399
+ if (slot.size > 0) {
400
+ const now = mt.timestamp();
401
+ for (const [key, { expireTimestamp }] of slot.entries()) {
402
+ if (expireTimestamp <= now) {
403
+ const wrapped = this._cache.get(key);
404
+ // @ts-ignore
405
+ this.emit('expired', key, wrapped.value, wrapped.expireTimestamp);
406
+ slot.delete(key);
407
+ this._cache.delete(key);
408
+ }
409
+ }
410
+ }
411
+ return this._cache.size
412
+ }
413
+ }
414
+
415
+ // 3rd
416
+ // internal
417
+ /**
418
+ * @typedef {number} Timestamp
419
+ */
420
+
421
+ // module vars
422
+ const SecondInMillisecond = 1_000; // 1s
423
+ const MinuteInMillisecond = 60_000; // 1m, 60s
424
+ const HourInMillisecond = 3_600_000; // 1h, 3600s
425
+ const Hour24InMillisecond = 86_400_000; // 24 hours, 86400s
426
+
427
+ const DowngradType = {
428
+ HourToSecond: 'hour->second',
429
+ HourToMinute: 'hour->minute',
430
+ MinuteToSecond: 'minute->second'
431
+ };
432
+
433
+ const Event = {
434
+ Downgrade: 'downgrade',
435
+ Expired: 'expired'
436
+ };
437
+
438
+ const MaxTtl = Hour24InMillisecond - 1;
439
+
440
+ /**
441
+ * Hour-Minute-Second-Time-Wheel Cache
442
+ * 1. TTL must be less than 24 Hours
443
+ */
444
+ class Hour24TimeWheelCache extends k {
445
+ static get DowngradType () {
446
+ return DowngradType
447
+ }
448
+
449
+ static get Event () {
450
+ return Event
451
+ }
452
+
453
+ /**
454
+ *
455
+ */
456
+ constructor () {
457
+ super();
458
+ /**
459
+ * Second Wheel:
460
+ * 1. 1 Tick Mark is 1 Second, is 1000 Milliseconds
461
+ * 2. 60 Slots, maximumly, SencondWheel can contain 60 Seconds
462
+ * 3. 60 Seconds should be stored in MinuteWheel
463
+ * * 01 00:00:00.XXX -> 00:00:59.XXX in Slot01 Index00
464
+ * * 02 00:00:01.XXX -> 00:00:01.XXX in Slot02 Index01
465
+ * * 60 00:00:59.XXX -> 00:00:59.XXX in Slot60 Index59
466
+ * @type {TimeWheelCache}
467
+ */
468
+ this._secondWheel = new TimeWheelCache({ tickInterval: SecondInMillisecond, tickCount: 60 });
469
+ /**
470
+ * Minute Wheel:
471
+ * 1. 1 Tick Mark is 1 Minute, is 60 * 1000 Milliseconds
472
+ * 2. 60 Slots, maximumly, MinuteWheel can contain 60 Minutes
473
+ * * 01 00:00:00 -> 00:00:59 in Slot01 Index00
474
+ * * 02 00:01:00 -> 00:01:59 in Slot02 Index01
475
+ * * 60 00:59:00 -> 00:59:59 in Slot60 Index59
476
+ * @type {TimeWheelCache}
477
+ */
478
+ this._minuteWheel = new TimeWheelCache({ tickInterval: MinuteInMillisecond, tickCount: 60 });
479
+ /**
480
+ * Hour Wheel:
481
+ * 1. 1 Tick Mark is 1 Hour, is 60 * 60 * 1000 Milliseconds
482
+ * 2. 24 Slots, maximumly, HourWheel can contain 23:59:59
483
+ * * 01 00:00:00 -> 00:59:59 in Slot01 Index00
484
+ * * 02 01:00:00 -> 01:59:59 in Slot02 Index01
485
+ * * 24 23:00:00 -> 23:59:59 in Slot23 Index23
486
+ * @type {TimeWheelCache}
487
+ */
488
+ this._hourWheel = new TimeWheelCache({ tickInterval: HourInMillisecond, tickCount: 24 });
489
+ /**
490
+ * @type {Map<any, TimeWheelCache>}
491
+ */
492
+ this._cache = new Map();
493
+ this._init();
494
+ }
495
+
496
+ /**
497
+ * Max Time to Live, atom unit "millisecond"
498
+ * @returns {number}
499
+ */
500
+ get maxTtl () {
501
+ return MaxTtl
502
+ }
503
+
504
+ get autoEvictRunning () {
505
+ return this._secondWheel.autoEvictRunning || this._minuteWheel.autoEvictRunning || this._hourWheel.autoEvictRunning
506
+ }
507
+
508
+ _init () {
509
+ /**
510
+ * 1. We don't store "Timetick: < 00:00:01 -> 00:59:59" into HourWheel, instead, we store them into MinuteWheel
511
+ * 2. When HourWeel advances, take Elements of next Slot, and downgrade them to MinuteWheel
512
+ */
513
+ this._hourWheel.on('advance', (/** @type {number} */currentSlotIndex,
514
+ /** @type {Map<any, {value:any, expireTimestamp: Timestamp}>} */currentSlot,
515
+ /** @type {Map<any, {value:any, expireTimestamp: Timestamp}>} */nextSlot) => {
516
+ for (const [key, { value, expireTimestamp }] of nextSlot) {
517
+ let leftTtl = expireTimestamp - mt.timestamp();
518
+ let downgradeType;
519
+ if (leftTtl <= 0) {
520
+ leftTtl = 1000;
521
+ downgradeType = DowngradType.HourToSecond;
522
+ this._secondWheel.set(key, value, leftTtl);
523
+ this.emit(Event.Downgrade, key, value, downgradeType, leftTtl);
524
+ } else if (leftTtl < MinuteInMillisecond) {
525
+ downgradeType = DowngradType.HourToSecond;
526
+ this._secondWheel.set(key, value, leftTtl);
527
+ this.emit(Event.Downgrade, key, value, downgradeType, leftTtl);
528
+ } else {
529
+ downgradeType = DowngradType.HourToMinute;
530
+ this._minuteWheel.set(key, value, leftTtl);
531
+ }
532
+ this._hourWheel.delete(key);
533
+ this.emit(Event.Downgrade, key, value, downgradeType, leftTtl);
534
+ }
535
+ });
536
+ /**
537
+ * 1. We don't store "Timetick: < 00:01:00 -> 00:01:59" into MinuteWheel, instead, we store them into SecondWheel
538
+ * 2. When MinuteWheel advances, take Elements of next Slot, and downgrade them to SecondWheel
539
+ */
540
+ this._minuteWheel.on('advance', (/** @type {number} */currentSlotIndex,
541
+ /** @type {Map<any, {value:any, expireTimestamp: Timestamp}>} */currentSlot,
542
+ /** @type {Map<any, {value:any, expireTimestamp: Timestamp}>} */nextSlot) => {
543
+ // console.log('advance', currentSlotIndex)
544
+ for (const [key, { value, expireTimestamp }] of nextSlot) {
545
+ let leftTtl = expireTimestamp - mt.timestamp();
546
+ if (leftTtl <= 0) {
547
+ leftTtl = 999; // ms
548
+ }
549
+ // console.log('downgrad', key, value, DowngradType.MinuteToSecond, leftTtl)
550
+ this._secondWheel.set(key, value, leftTtl);
551
+ this.emit(Event.Downgrade, key, value, DowngradType.MinuteToSecond, leftTtl);
552
+ this._minuteWheel.delete(key);
553
+ }
554
+ });
555
+
556
+ this._secondWheel.on('expired', (/** @type {any} */key, /** @type {any} */value, /** @type {Timestamp} */expireTimestamp) => {
557
+ this.emit(Event.Expired, key, value, expireTimestamp);
558
+ });
559
+ }
560
+
561
+ destroy () {
562
+ this._secondWheel.destroy();
563
+ this._minuteWheel.destroy();
564
+ this._hourWheel.destroy();
565
+ }
566
+
567
+ /**
568
+ * @param {any} key
569
+ * @param {any} value
570
+ * @param {number} ttl Time To Live, unit "millisencond", ttl should < 24 Hours
571
+ * @returns {boolean}
572
+ */
573
+ set (key, value, ttl) {
574
+ if (ttl <= 0) {
575
+ throw new Error(`Bad ttl "${ttl}", must > 0`)
576
+ }
577
+ /**
578
+ */
579
+ let wheel;
580
+ if (ttl < MinuteInMillisecond) { // Timetick: 00:00:01 -> 00:00:59
581
+ wheel = this._secondWheel;
582
+ } else if (ttl < HourInMillisecond) { // Timetick: < 00:00:01 -> 00:59:59
583
+ wheel = this._minuteWheel;
584
+ } else if (ttl < Hour24InMillisecond) { // Timetick: 01:00:00 -> 23:59:59
585
+ wheel = this._hourWheel;
586
+ } else {
587
+ throw new Error('"ttl" Should <= Millisencod Of 24 Hours')
588
+ }
589
+ wheel.set(key, value, ttl);
590
+ this._cache.set(key, wheel);
591
+ return true
592
+ }
593
+
594
+ /**
595
+ * @param {any} key
596
+ * @returns {boolean}
597
+ */
598
+ delete (key) {
599
+ const wheel = this._cache.get(key);
600
+ if (!wheel) {
601
+ return false
602
+ }
603
+ return wheel.delete(key)
604
+ }
605
+
606
+ /**
607
+ * Checks if the cache contains the specified key.
608
+ * @param {any} key - The key to check for existence in the cache.
609
+ * @returns {boolean} - True if the key exists in the cache, false otherwise.
610
+ */
611
+ has (key) {
612
+ const wheel = this._cache.get(key);
613
+ if (!wheel) { // No wheel, No Data
614
+ return false
615
+ }
616
+ if (wheel.has(key)) { // In Wheel, Has Data
617
+ return true
618
+ }
619
+ // current wheel is second-Wheel, Not existed or expired
620
+ if (wheel === this._secondWheel) {
621
+ return false
622
+ }
623
+ // Not In Wheel, It may be down-graded to lower wheel
624
+ if (wheel === this._hourWheel) { // current wheel is hour, check minute wheel
625
+ return this._minuteWheel.has(key)
626
+ } else if (wheel === this._minuteWheel) { // current wheel is minute, check second wheel
627
+ return this._secondWheel.has(key)
628
+ }
629
+ // It doesn't exist actually
630
+ return false
631
+ }
632
+
633
+ clear () {
634
+ this._secondWheel.clear();
635
+ this._minuteWheel.clear();
636
+ this._hourWheel.clear();
637
+ this._cache.clear();
638
+ }
639
+
640
+ /**
641
+ *
642
+ * @param {any} key
643
+ * @returns {any}
644
+ */
645
+ get (key) {
646
+ const wheel = this._cache.get(key);
647
+ if (!wheel) { // No wheel, No Data
648
+ return
649
+ }
650
+ const value = wheel.get(key);
651
+ if (value != null) { // In Wheel, Has Data
652
+ return value
653
+ }
654
+ // current wheel is second-Wheel, Not existed or expired
655
+ if (wheel === this._secondWheel) {
656
+ return
657
+ }
658
+ // Not In Wheel, It may be down-graded to lower wheel
659
+ if (wheel === this._hourWheel) { // current wheel is hour, check minute wheel
660
+ return this._minuteWheel.get(key)
661
+ } else if (wheel === this._minuteWheel) { // current wheel is minute, check second wheel
662
+ return this._secondWheel.get(key)
663
+ }
664
+ // It doesn't exist actually
665
+ return undefined
666
+ }
667
+
668
+ size () {
669
+ return this._hourWheel.size() + this._minuteWheel.size() + this._secondWheel.size()
670
+ }
671
+ }
672
+
673
+ var index = { CappedSet, TimeWheelCache, Hour24TimeWheelCache };
168
674
 
169
- export { CappedSet, index as default };
675
+ export { CappedSet, Hour24TimeWheelCache, TimeWheelCache, index as default };
170
676
  //# sourceMappingURL=index-dev.js.map