692238f6da
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
Native transport for Linux
See our wiki page.