Files
ladybird/Kernel
Andreas Kling 5f2f31861c Kernel: Use a doubly-linked list for the BlockBasedFS cache
This makes misses in the BlockBasedFS's LRU block cache faster by
storing the cache entries in one of two doubly-linked list.

Dirty and clean cache entries are kept in two separate lists, and
move between them when their state changes. This can probably be
improved upon further.
2020-11-24 16:42:01 +01:00
..
2020-11-10 19:03:08 +01:00
2020-11-23 18:37:40 +01:00
2020-09-27 19:46:04 +02:00
2020-11-10 19:03:08 +01:00
2020-08-22 20:55:10 +02:00
2020-08-22 20:55:10 +02:00
2020-11-11 12:27:25 +01:00
2020-11-23 18:37:40 +01:00
2020-08-10 11:51:45 +02:00
2020-09-27 19:46:04 +02:00
2020-11-11 12:27:25 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-09-27 01:02:11 +02:00