Skip navigation links

Package net.openhft.chronicle.bytes.pool

This package provides a pool for managing Bytes instances.

See: Description

Package net.openhft.chronicle.bytes.pool Description

This package provides a pool for managing Bytes instances.

The BytesPool class is used for pooling Bytes instances to reduce the overhead of frequently creating new instances. It uses a ThreadLocal storage to ensure that each thread has its own instance of Bytes.

Skip navigation links

Copyright © 2023. All rights reserved.