benrush
benrush
in com.zaxxer.hikari.util.ClockSource.Factory, only MacOS will use MillisecondClockSource(), maybe in consideration of MacOS nanotime not precise issue, but I think jdk should have fixed that, the code was commited in 2015,...
很想知道netty实现的http框架在处理业务上,与tomcat这种servlet容器之间的对比,处理普通数据库类型的业务时是否会有优势?
Since Jdk19 has released, I wonder if postgresql-jdbc is fully compatible with virtual threads. I have seen a few PR about Loom, but I don't know if the refactor has...
since jdk19 has released,any plans on fitting the new virtual threads model? I noticed many implementation depends on keeping the thread spinning, might not so efficient?
Is this project compatible with Project Loom?
It seems quiche failed to build dynamic library on macOS in arm64, x64 were not tested by me. When using `cargo build --release --features ffi` on windows/x64 and linux/x64, the...