This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/dagger/compiler
Andrea Luzzardi 890fdb4176 performance: reduce the number of fills
- Remove unnecessary Fill() in Export()
- Change `set()` and the way we store outputs so we don't fill
  intermediaries as much
- WIP: Scan the tree only once. Changed LocalDirs to use cueflow rather than
  doing our own Walk. In a follow up we should use the same flow
  instance.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-19 14:04:40 -08:00
..
compiler_test.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
compiler.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
json.go compiler cleanup 2021-02-17 10:26:38 -08:00
utils.go compiler cleanup 2021-02-17 10:26:38 -08:00
value.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00