netty5/transport-native-epoll
Norman Maurer a76842dcd5 Use cpu_relax() implementation for aarch64 (#11677)
Motivation:

We only implement cpu_relax() for x86_64 atm, we should also do for aarch64

Modifications:

Add implementation

Result:

Possible better performance on aarch64 when busy spinning with epoll is used
2021-09-14 08:33:19 +02:00
..
src Use cpu_relax() implementation for aarch64 (#11677) 2021-09-14 08:33:19 +02:00
pom.xml Make EpollSocketChannelConfigTest tollerant of fd reuse race (#11552) 2021-08-06 08:46:38 +02:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.