logoalt Hacker News

aljgztoday at 11:18 AM1 replyview on HN

How well does this support random-access queries to the file names and content at a certain revision? Like:

- "Checking out" a specific branch (which can be reasonably slow)

- Query all files and folders in path `/src`

- Query all files and folders in path `/src/*` (and maybe with extra pattern matches)

- Be able to read contents of a file from a certain offset for a certain length

These are similar to file system queries to a working directory


Replies

ImGajeed76today at 12:01 PM

Accessing specific files is very fast. For sure sub second and most of the times its just a few milliseconds