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
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 performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
build.go rename go package dagger.io/go 2021-02-17 13:13:39 -08:00
client.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
dagger_test.go rename go package dagger.io/go 2021-02-17 13:13:39 -08:00
env.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
fs.go rename go package dagger.io/go 2021-02-17 13:13:39 -08:00
input_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
input.go rename go package dagger.io/go 2021-02-17 13:13:39 -08:00
pipeline.go performance: reduce the number of fills 2021-02-19 14:04:40 -08:00
solver.go cleanup: wrap errors using go 1.13 built-ins 2021-02-17 10:30:51 -08:00
types.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
utils.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00