• Matt Butcher's avatar
    feat(chartutil): optimize for re-use · 2802fcbd
    Matt Butcher authored
    This is a refactor of the loader to use in-memory buffers instead of
    trying to optimize for memory usage by delaying reads until the last
    possible moment. Since charts tend to stay well below 1M in size, this
    makes more sense, and is easier to work with.
    2802fcbd
Name
Last commit
Last update
..
testdata Loading commit data...
chartfile.go Loading commit data...
chartfile_test.go Loading commit data...
doc.go Loading commit data...
load.go Loading commit data...
load_test.go Loading commit data...