Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -10/+5 |
| | |||||
* | Speedup VFS::partition | Aleksey Kladov | 2020-06-19 | 1 | -9/+23 |
| | | | | | | | | | | The task of `partition` function is to bin the flat list of paths into disjoint filesets. Ideally, it should be incremental -- each new file should be added to a specific fileset. However, preliminary measurnments show that it is actually fast enough if we just optimize this to use a binary search instead of a linear scan. | ||||
* | New VFS API | Aleksey Kladov | 2020-06-16 | 1 | -0/+99 |