Bastian Köcher
516a8fa433
trie: Optimize keys function ( #11457 )
...
* trie: Optimize `keys` function
Instead of iterating the entire state and collecting all keys that match the given prefix, we can
directly use the optimized prefix iterator.
* Add a test
2022-05-18 21:20:47 +02:00
..
2022-05-15 22:21:04 -04:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:07:00 +02:00
2022-05-04 13:38:54 +00:00
2022-05-16 10:07:00 +02:00
2022-05-04 13:38:54 +00:00
2022-05-15 22:21:04 -04:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:01:12 +00:00
2022-05-04 13:38:54 +00:00
2022-04-30 21:28:27 +00:00
2022-05-04 13:38:54 +00:00
2022-05-16 10:07:00 +02:00
2022-05-04 13:38:54 +00:00
2022-05-15 22:21:04 -04:00
2022-05-04 13:38:54 +00:00
2022-05-05 11:43:52 +00:00
2022-04-14 15:07:36 +02:00
2022-05-15 22:21:04 -04:00
2022-05-16 10:07:00 +02:00
2022-05-04 13:38:54 +00:00
2022-05-04 13:38:54 +00:00
2022-05-04 13:38:54 +00:00
2022-05-17 21:12:02 +00:00
2022-05-04 13:38:54 +00:00
2022-05-04 13:38:54 +00:00
2022-03-18 15:25:16 +00:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:07:00 +02:00
2022-05-18 21:20:47 +02:00
2022-05-04 13:38:54 +00:00
2022-05-04 13:38:54 +00:00
2022-05-15 22:21:04 -04:00
2022-05-05 11:43:52 +00:00
2022-05-15 22:21:04 -04:00
2022-04-30 21:28:27 +00:00
2022-03-01 14:35:23 +01:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:07:00 +02:00
2022-05-16 10:07:00 +02:00
2022-05-15 22:21:04 -04:00