1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-20 11:33:15 +03:00
Files
lvm2/base/data-struct
Zdenek Kabelac 284627f811 radix_tree: eliminate node16 to node4 degradation
Remove _degrade_to_n4() function and the node16 -> node4 degradation path
during removal operations. Instead, only free node16 when it becomes
completely empty. Lookup performance is identical.
Allocation overhead is removed with very low waste of memory since
this degradation case is rare in practice.
2025-10-17 13:43:03 +02:00
..
2024-08-30 16:51:15 +02:00
2018-06-08 11:24:18 +01:00
2020-05-20 16:01:20 +02:00
2024-06-03 15:30:05 +02:00