Jeff Hostetler
Jeff Hostetler
Another data point is that we get about 80% savings when compressing .pdb files.
It seems like there are 2 ways to go here. 1. Keep the pointer file in canonical form and store ONLY the {SHA, size} of the original uncompressed media file...
Yeah, I think it's better to not store compression info in the pointer file. Keep them normalized to reflect the original media file.
_Sorry, I should have included this detail in my original note._ There's a (global- or system-level) `trace2.configParams` config key and/or env var `GIT_TRACE2_CONFIG_PARAMS` that defines a list of patterns (with...
I'm still getting used to the NativeBinaries way of building and running things, My original thoughts were that we could have a periodic (maybe daily or weekly) build/test run that...
To get the client peer data you need the OS handle to the pipe (rather than just the GO wrapper). This wasn't available at the time, so I couldn't do...