Scott Mitchell
Scott Mitchell
https://github.com/apple/servicetalk/pull/2695/checks?check_run_id=16905023832 ``` CacheConnectionHttpLoadBalanceFactoryTest.h1OrH2(int, int, boolean, boolean) [9] numRequests=1000 maxConcurrency=100 clientH2=true serverH2=true java.util.concurrent.TimeoutException: h1OrH2(int, int, boolean, boolean) timed out after 30 seconds Suppressed: java.lang.InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1000) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1308) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231) at...
potentially related: https://github.com/apple/servicetalk/pull/2639
+1. Be great to join forces and combine our efforts.
@yschimke - Great! Don't hesitate to reach out if you have any questions for find any issues. As always we love PRs :)
thanks for the update @yschimke !
Hello and thanks so much for supporting Ring. I’ve run benchmarks with this PR and the AVX-512 instructions provide a meaningful performance boost. IIUC most of the PRs/issues reference by...