equal
deleted
inserted
replaced
440 |
440 |
441 The current strategy takes every Nth element from the input. If |
441 The current strategy takes every Nth element from the input. If |
442 we ever write workers that need to preserve grouping in input |
442 we ever write workers that need to preserve grouping in input |
443 we should consider allowing callers to specify a partition strategy. |
443 we should consider allowing callers to specify a partition strategy. |
444 |
444 |
445 mpm is not a fan of this partitioning strategy when files are involved. |
445 olivia is not a fan of this partitioning strategy when files are involved. |
446 In his words: |
446 In his words: |
447 |
447 |
448 Single-threaded Mercurial makes a point of creating and visiting |
448 Single-threaded Mercurial makes a point of creating and visiting |
449 files in a fixed order (alphabetical). When creating files in order, |
449 files in a fixed order (alphabetical). When creating files in order, |
450 a typical filesystem is likely to allocate them on nearby regions on |
450 a typical filesystem is likely to allocate them on nearby regions on |