1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
lvm2/base/data-struct
Zdenek Kabelac 3a9689652d radix_tree: add radix_tree_values
To more easily adopt radix_tree over existing code base, add
abstraction over 'radix_tree_iterate' which basically builds
an array of all traversed values, and then it's just easy to
go over all array elements.

TODO: code should be converted to use  radix_tree_iterate()
directly as it's more efficient.

Note: it can be possibly to rewrite recursive _iterate() usage
to linear travesal, not sure whether it's worth the effort
as conversion to 'radix_itree_iterator' is relatively simple.
2024-06-03 15:30:05 +02:00
..
2024-05-08 01:55:20 +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
2024-06-03 15:30:05 +02:00
2024-06-03 15:30:05 +02:00