mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
93d1dd8036
Improves the current filtering implementation complixity. Currently, the best case is O(N) and worst case O(N^2) for key-value filtering. In the new implementation, the best case is O(1) and worst case O(N), again for key-value filtering. Signed-off-by: David Calavera <david.calavera@gmail.com> |
||
---|---|---|
.. | ||
parse.go | ||
parse_test.go |