Derek McGowan
Derek McGowan
Having benchmarks will make finding bottlenecks in the code easier. Since this is a low level library having basic benchmarks make sense. This library may be deprecated soon but with...
Currently the spdy framer uses the best compression setting for zlib, which is also the slowest. The compression should be configurable on connection creation to allow for less overhead during...
Add support for window update frame
Currently the copy functionality added in the `fs` package is just used for copying a directory and is called `CopyDir`. We should rename this to `Copy` and expand its abilities...
Continuity has the potential to be used to store filesystem "diffs" in the same way tar files are used in Docker today. In order to support these diffs "whiteout" files...
We shouldn't be trying to maintain a system package and should only include changes which haven't been accepted upstream. The upstream package has much better support for a wider range...
Continuity manifest should be able to be created from a tar stream or be able to generate a tar stream from a source directory and manifest.
In order to fully reproduce a source file system we should include the modification and creation times in the manifest.
The test code should not be using a custom resource type which in turn must be created into the Resource types used by manifests. ``` r, err := Declare(Resource{ Kind:...
Update the generation process in sysx to take advantage of go generate