aboutsummaryrefslogtreecommitdiffstats
path: root/cache/subcache.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: faster indexing by caping Bleve batch countMichael Muré2023-01-241-6/+45
|
* Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-141-33/+80
|\ | | | | commands: add a nice terminal progress bar when building the cache
| * commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-33/+80
| | | | | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user.
* | add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-111-0/+43
|/
* properly close files in edge cases in various placesMichael Muré2023-01-111-2/+8
|
* commands: don't double build the lamport clocksMichael Muré2022-12-291-0/+2
|
* cache: fix some bugs after refactorMichael Muré2022-12-231-7/+11
|
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-3/+4
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-38/+122
|
* WIPMichael Muré2022-12-191-32/+48
|
* WIPMichael Muré2022-12-151-13/+37
|
* WIPMichael Muré2022-11-291-7/+21
|
* WIPMichael Muré2022-11-281-0/+362