netty-incubator-buffer-api/src/test/java/io/netty/buffer/api
Chris Vest 6b7ea5f5cb Add benchmarks for ByteIterator
Motivation:
Capture the performance characteristics of this primitive for various buffer implementations.

Modification:
Add a benchmark that iterate 4KiB buffers forwards, and backwards, on various buffer implementations.

Result:
Another aspect of the implementation covered by benchmarks.
Turns out the composite iterators a somewhat slow.
2020-12-02 14:54:02 +01:00
..
benchmarks Add benchmarks for ByteIterator 2020-12-02 14:54:02 +01:00
examples Add more examples 2020-11-20 22:22:01 +01:00
BufTest.java The BufTest.pooledBuffersMustResetStateBeforeReuse should run for all allocators 2020-11-23 18:10:58 +01:00
Fixture.java Move the MemorySegment based Buf implementation to its own package, and break the remaining bits of tight coupling. 2020-11-17 15:53:40 +01:00
ScopeTest.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00