moby/daemon/events
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
..
events.go refactor access to daemon member EventsService 2015-10-19 09:41:29 -07:00
events_test.go refactor access to daemon member EventsService 2015-10-19 09:41:29 -07:00
filter.go Make filtering a linear operation. 2015-12-02 11:12:42 -05:00