Adam Fraser

Results 324 comments of Adam Fraser

@abebeos The bounty is for actually making the performance faster than `java.net.http.HttpClient` in both single use and batch scenarios, as clearly stated above. You have not done that but have...

I would say that since at this point we are still working to get functionality in ZIO core working on Scala Native it wouldn't make sense for other ZIO ecosystem...

I would take a look at the ZIO repository for the best state of our knowledge on this, though I don't know if there can be further improvements from that.

Why aren't we just running this whole thing on the blocking thread pool? Generally the biggest cost is in shifting between executors. Running a whole bunch of operations on the...

This should be done on a metric client specific basis at this point as the functionality provided by this library is specific to particular metric clients.

We don't have a great way to do that today. The issue is that test aspects are applied immediately versus being descriptions, so just like if you call `timeout` on...