Austin Clements
Austin Clements
> Yes, but it seems unlikely to be accepted now that RunOnMainThread can (almost) be achieved with iterators Honestly, I would rather have the right dedicated API for this than...
@mknyszek and I were discussing how to implement this and I wanted to capture our thoughts: - These main thread goroutines are locked to the main M. We try to...
My understanding is that, while `x/crypto/poly1305` is deprecated (owing to the potential for misusing the API), it's still usable as part of the implementation of the ssh protocol if needed....
No change in consensus, so **[declined](https://go.dev/s/proposal-status#declined)**. — aclements for the proposal review group
What's the use case for setting the maximum memory? What's the downside of the linker just defaulting to a lower initial memory? One thing I'm a bit confused about: simply...
Thanks for the additional context. I'm still a bit unconvinced (or perhaps just unclear) about concrete use cases for this. Not needing the engine to grow the memory reservation seems...
Based on the discussion above, this proposal seems like a **[likely decline](https://go.dev/s/proposal-status#likely-decline)**.
No change in consensus, so **[declined](https://go.dev/s/proposal-status#declined)**.
> It doesn't prevent us from working on a different API like the proposed Iterate in the future. FWIW, I'm planning to file another proposal for an API that covers...
All good points, @bcmills. > From what I can tell, this would require N+1 calls to Keep in order to benchmark a function with N arguments. Although N is usually...