The kernel radar: folios, multi-generational LRU, and Rust
The kernel radar: folios, multi-generational LRU, and Rust
Posted Jan 21, 2022 9:00 UTC (Fri) by ldearquer (guest, #137451)In reply to: The kernel radar: folios, multi-generational LRU, and Rust by willy
Parent article: The kernel radar: folios, multi-generational LRU, and Rust
For the linked list, wouldn't it require O(n) finding the node? Then place it on the highest index O(1)? So you would have O(n) (+ O(1)) vs 2·O(log n)
