@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class)
See: Description
Class | Description |
---|---|
ByteStringOutputStreamBenchmark |
Benchmarks for
ByteStringOutputStream . |
ByteStringOutputStreamBenchmark.NewVsCopy |
These benchmarks below provide good details as to the cost of creating a new buffer vs copying
a subset of the existing one and re-using the larger one.
|
ByteStringOutputStreamBenchmark.NewVsCopy.ArrayCopyState | |
ByteStringOutputStreamBenchmark.NewVsCopy.ArrayNewState | |
ByteStringOutputStreamBenchmark.ProtobufByteStringOutputStream | |
ByteStringOutputStreamBenchmark.SdkCoreByteStringOutputStream |