netty-incubator-buffer-api/src/main/java/io/netty/buffer/api/internal
Chris Vest c73dd07384 UnsafeBuffer implementation, based on sun.misc.Unsafe
Motivation:
When Unsafe is available, we can supposedly do certain things faster than when it is not.

Modification:
Add a Buffer implementation that take advantage of sun.misc.Unsafe.
It has not yet been verified if this is faster in any way than, say the ByteBuffer implementation or the MemorySegment implementation.

Result:
Another Buffer implementation that can be used when Unsafe is available.
2021-04-08 14:44:58 +02:00
..
ArcDrop.java Add a ByteBuffer based implementation of Buffer 2021-03-18 15:18:22 +01:00
package-info.java Add a ByteBuffer based implementation of Buffer 2021-03-18 15:18:22 +01:00
Statics.java UnsafeBuffer implementation, based on sun.misc.Unsafe 2021-04-08 14:44:58 +02:00