Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less error-prone naming | Aleksey Kladov | 2020-06-24 | 1 | -4/+4 |
| | |||||
* | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | 2020-06-24 | 1 | -2/+17 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 6 | -134/+67 |
| | |||||
* | Speedup VFS::partition | Aleksey Kladov | 2020-06-19 | 2 | -9/+26 |
| | | | | | | | | | | 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 | 7 | -0/+508 |