Simon Glass
5dfc1c8078
alist: Add a way to efficiently filter an alist
...
Unlike linked lists, it is inefficient to remove items from an alist,
particularly if it is large. If most items need to be removed, then the
time-complexity approaches O(n2).
Provide a way to do this efficiently, by working through the alist once
and copying elements down.
Signed-off-by: Simon Glass <sjg@chromium.org >
2024-11-03 21:27:12 -06:00
..
2024-11-01 13:33:57 -06:00
2024-10-11 11:44:48 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-10-14 17:59:04 -06:00
2024-07-15 12:12:18 -06:00
2024-10-21 17:52:52 -06:00
2024-09-12 17:35:37 +02:00
2024-10-18 17:05:19 +02:00
2024-11-01 13:38:05 -06:00
2024-10-30 14:54:08 +01:00
2024-09-19 10:52:50 +03:00
2024-07-15 12:12:18 -06:00
2024-10-11 11:44:48 -06:00
2024-10-16 11:11:57 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-10-18 14:18:12 -06:00
2024-10-11 11:44:48 -06:00
2024-07-19 16:48:07 -06:00
2024-07-15 12:12:18 -06:00
2024-11-03 21:27:12 -06:00
2024-08-26 14:06:08 -06:00
2024-10-16 11:11:56 -06:00
2024-04-20 08:22:24 +02:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2024-10-11 11:44:48 -06:00
2024-08-27 18:01:21 -06:00
2024-10-17 15:01:14 -06:00
2024-07-05 13:57:02 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-10-11 11:44:48 -06:00
2024-02-09 09:42:04 +01:00
2024-07-04 09:25:20 -06:00
2024-10-27 18:44:13 -06:00
2024-11-01 13:36:47 -06:00
2024-07-15 12:12:18 -06:00
2024-10-16 11:11:56 -06:00
2024-10-14 17:58:28 -06:00
2024-10-23 06:52:38 +02:00
2024-10-23 06:52:38 +02:00
2024-10-23 06:52:38 +02:00
2024-02-02 19:57:45 +01:00
2024-07-31 08:29:16 +02:00
2024-07-15 12:12:18 -06:00
2024-08-07 08:49:10 -06:00
2024-10-11 11:44:47 -06:00
2024-10-16 11:11:56 -06:00
2024-06-30 13:58:31 +02:00
2024-10-14 17:58:30 -06:00
2024-06-30 13:58:31 +02:00
2024-10-11 11:44:48 -06:00
2024-09-12 17:35:37 +02:00