netty5/transport-native-io_uring
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 Added io_uring JNI 2020-06-28 15:25:19 +02:00