tc39 / proposal-policy-map-set

A TC39 proposal for Maps and Sets with cache replacement policies like LRU and LFU.
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

DWC (Dual Window Cache) #12

Open falsandtru opened 1 year ago

falsandtru commented 1 year ago

DWC is appropriate for standard cache APIs. DWC is the highest performance constant complexity cache algorithm.

https://github.com/falsandtru/dw-cache