netty5/common
Josef Grieb 692238f6da Move ring buffer logic to Java
Motivation:
JNI ring buffer implementation is inflexible and not really efficient

Modifications:

-RingBuffer instance is created in JNI which contains io_uring ring buffer information
-move the JNI ring buffer logic to Java
-added Todos
-using unsafe memory barriers loadFence and storeFence
-revert epoll file

Result:

this java ring buffer implementation is more flexible and efficient
2020-07-07 13:06:45 +02:00
..
src Move ring buffer logic to Java 2020-07-07 13:06:45 +02:00
pom.xml version: remove Duplicating managed version (#10329) 2020-06-12 11:12:30 +02:00