Anthony Romano 25e3ce1feb adt: Visit() interval trees in sorted order and terminate early
For all intervals [x, y), Visit will visit intervals in ascending order
sorted by x. Also fixes a bug where Visit would not terminate the search
when requested by the visitor function.
2017-03-23 00:02:29 -07:00
..
2016-05-12 20:48:53 -07:00
2017-01-20 01:47:56 -08:00
2015-11-17 20:54:10 -08:00
2017-03-20 15:15:24 -07:00
2016-05-12 20:48:53 -07:00
2016-09-29 15:29:38 +08:00
2017-02-21 20:11:35 -08:00
2016-09-29 15:29:38 +08:00
2016-05-12 20:48:53 -07:00
2016-09-29 15:29:38 +08:00
2016-05-12 20:48:53 -07:00
2017-03-16 07:46:06 -07:00
2016-08-19 16:18:35 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.