ydb-java-sdk icon indicating copy to clipboard operation
ydb-java-sdk copied to clipboard

Get rid of synchronized blocks from Topic SDK

Open pnv1 opened this issue 9 months ago • 0 comments

Replace with ReentrantLocks or switch to lock free. The goal is to increase performance for projects using virtual threads.

pnv1 avatar May 15 '24 10:05 pnv1