Description
The timeout policy of TimedBuffer is reverted keeping the original timeout based, while retaining the other optimizations:
- more memcpy under the hood vs single bytes copy
- non-interruptible sleep (LockSupport.parkNanos)
- off heap allocation