moby/api/server/router
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
..
container Split container backend into several specialized interfaces. 2015-11-24 14:03:39 -05:00
local Move defaultSHMSize in daemon pkg 2015-12-02 10:28:10 +01:00
network Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
volume Modify improper comments in api/server/router/volume/volume.go 2015-11-08 04:05:59 +00:00
router.go Network remote APIs using new router, --net=<user-defined-network> changes 2015-10-07 03:54:19 -07:00