Jeff Wendling
Jeff Wendling
It should run all the benchmarks for both the go and rust versions (i think this requires applying some patches to the rust upstream because we have distinct benchmark situations)...
Upstream has some hand-tuned and scheduled AVX2 code that would be good to test out. It shouldn't be too hard to write a simple sed script to take the .s...
Implement commit status pushing described in https://github.com/blog/1227-status-api to hook up info to github automatically.
There's no way this package should be used by anyone the way it's written. Please consider other ways the accomplish the goals.
how cool would it be to goof up an already running process? like a crappy debugger or something. maybe we can use some simple stuff to just inject ourselves and...
because floats aren't efficient when they're software emulated, add a helper for turning bools into ints.
Consider code like ```go func Foo(ctx context.Context) (err error) { defer mon.Task()(&ctx)(&err) stream := Bar(ctx) stream.RPC() stream.RPC() return nil } func Bar(ctx context.Context) (Stream) { defer mon.Task()(&ctx)(nil) return newStream(ctx) }...
A commonly requested language is javascript. I haven't used gRPC with javascript before, so I don't know much about use cases, so here's some questions: 1. Is server support desired?...
Tracking issue for Rust bindings. I have some started at https://github.com/zeebo/drpc-rs but I need help integrating into the Rust ecosystem.