I'm experimenting with http clients to get the best performance(throughput). Is it good idea to try coroutines for the task? Is it any http client built using coroutines?
There is an implementation of fibers + apache http client. Will I get performance boost using coroutines instead fibers in this case?