equal
deleted
inserted
replaced
4 7.2.0 - in progress |
4 7.2.0 - in progress |
5 ------------------- |
5 ------------------- |
6 |
6 |
7 * new algorithm for obshashrange discovery: |
7 * new algorithm for obshashrange discovery: |
8 |
8 |
9 The new algorithm is fast, simpler to cache and with better complexicty. It |
9 The new algorithm is fast, simpler to cache and with better complexity. It |
10 is able to handle repository of any size (naive python implementation is a |
10 is able to handle repository of any size (naive python implementation is a |
11 bit slow). Support for the previous experimental approach have been |
11 bit slow). Support for the previous experimental approach have been |
12 dropped, please update both clients and servers. The new approach is still |
12 dropped, please update both clients and servers. The new approach is still |
13 hidden behind and experimental flag for now. |
13 hidden behind and experimental flag for now. |
14 |
14 |