Jesper Lindstrøm Nielsen
Jesper Lindstrøm Nielsen
@banny310 can you make a quick demo showcasing this?
Sure. In my example I am using the a Dig Container to hold "fixtures" during my go tests. Some fixtures should be loaded once per `go test` execution and others...
To start the discussion on this I made a commit with benchmarks and a naive implementation of `AddHeader` for each protocol. The commit can be found here: https://github.com/yarpc/yarpc-go/commit/fc065104fed575717a14490b1e5db9f8d9306863. Internally in...
I found one allocation to save in `transport/grpc` by switching from `multierr.Combine` to `multierr.Append` also a few others by being smart on what strings to use: These are the optimizations:...
I've created a PR with the current optimizations.
A similar issue; buffered scopes will never be pruned so if you use different tags for every call the number of buffered scopes will grow and never get droped.
hmm what about just put the status in the results so you have results = {status: '...', response: '...'} then there is always space for more as well without changing...
I've already updated my own repo a bit: https://github.com/lindstroem/node-dbox but it is not tested..
you should not do npm install request. Following the readme instructions instead. Here you will see that if you just wanna git clone once you have done it go into...
created the [examples repo](https://github.com/lindstroem/dbox-examples/) should i make the link into the README.md?