Files
shields/lib
Thaddee Tyl 5dd58142cb Fix LRU cache index stalling
The old LRU implementation stored a list's indices to reference items in that
list, but deletions from the list made indices point to the wrong slot.

Functionally, it meant that deleted slots were not guaranteed to be the oldest
slot.

Using a linked list fixes that.
2017-03-26 23:00:31 +02:00
..
2017-03-26 22:57:55 +02:00
2017-03-26 22:57:55 +02:00
2017-03-20 16:54:27 -04:00
2017-03-26 22:57:55 +02:00
2017-03-26 23:00:31 +02:00
2017-03-26 22:57:55 +02:00
2017-03-26 22:57:55 +02:00
2017-03-26 22:57:55 +02:00