moby--moby/pkg/parsers
David Calavera 93d1dd8036 Make filtering a linear operation.
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>
2015-12-02 11:12:42 -05:00
..
filters Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
kernel Windows: Fix parsers kernel test 2015-11-01 07:05:16 -08:00
operatingsystem Merge pull request #17438 from pmalmgren/17037-systemd226-cgroup 2015-11-30 11:47:16 -08:00
parsers.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
parsers_test.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00