etcd/storage
Gyu-Ho Lee 48aebd9b09 storage: use map for watchableStore synced
This is for coreos#3859 switching slice to map for synced watchings.
For a large amount of synced watchings, map implementation performs better.
When putting 1 million watchers on the same key and canceling them one by
one: original implementation takes 9m7.268221091s, while the one with map
takes only 430.531637ms.
2015-11-21 00:42:09 -08:00
..
2015-09-04 10:41:20 -07:00
2015-11-17 20:54:10 -08:00
2015-11-03 15:58:34 -08:00
2015-11-04 13:01:52 -08:00