mirror of https://github.com/databricks/cli.git
af0114a5a6
## Changes The reason this readahead cache exists is that we frequently need to recursively find all files in the bundle root directory, especially for sync include and exclude processing. By caching the response for every file/directory and frontloading the latency cost of these calls, we significantly improve performance and eliminate redundant operations. ## Tests * [ ] Working on unit tests |
||
---|---|---|
.. | ||
dbfs_client.go | ||
filer.go | ||
files_client.go | ||
fs.go | ||
fs_test.go | ||
local_client.go | ||
local_root_path.go | ||
local_root_path_test.go | ||
slice.go | ||
slice_test.go | ||
workspace_files_cache.go | ||
workspace_files_client.go | ||
workspace_files_client_test.go | ||
workspace_files_extensions_client.go | ||
workspace_root_path.go | ||
workspace_root_path_test.go |