TysonAndre / pecl-teds

Tentative Extra Data Structures for php
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

Idea: LRUCache - similar to StrictMap #112

Open TysonAndre opened 2 years ago

TysonAndre commented 2 years ago
TysonAndre commented 2 years ago

Adding getOrCreate($key, callable $callback) to Map seems easier.

Tracking start HashPosition would avoid this worst-case performance in maps in general (update on iteration)