Josh Triplett

Results 576 comments of Josh Triplett

I ran some experiments, and the scudo allocator provided much less performance than that blog post would suggest. jemalloc and mimalloc seem like the primary reasonable options. I'd suggest trying...

Dropping support for *generating* the V2 format (e.g. on the server end) seems fine. However, it'd be nice to be able to connect to older servers to pull and push.

@Byron Yes, I meant "dropping support for generating anything but the V2 format". I definitely understand not wanting to deal with V1. My concern would be trying to clone random...

On Mon, Oct 12, 2020 at 05:23:11AM -0700, Sebastian Thiel wrote: > It would indeed be interesting to see it drop support for an older version of something. Did they...

Following up on this: would it be possible to get a `rusoto_core` release with this fix? I'd love to drop my last use of openssl. Not time-sensitive, just wanted to...

@ragne I think it makes sense to have a MetadataClient or similar, along with methods for existing metadata.

This should respect the `$TMPDIR` environment variable on POSIX systems.

I have permission to upload the crate on crates.io, but not permission to move the repository to some other organization, and in any case I don't have plans to do...

As discussed today: when incorporating this text into the spec, can you please make it clear the degree to which this is a guideline, to make it clear that (for...

Are there any tools or platforms, at this point, capable of receiving and working with unfinished spans? (Not just exporting them from an application via zpages, but sending them to...