Ivan Bessonov created IGNITE-18201: -------------------------------------- Summary: Reduce the amount of array copies in RocksDB-based storages Key: IGNITE-18201 URL: https://issues.apache.org/jira/browse/IGNITE-18201 Project: Ignite Issue Type: Improvement Environment: Currently, there's a bunch of copyOf and copyOfRange operations in partition storage, for example. They can be replaced with buffer slices or just buffers with set limit. Reporter: Ivan Bessonov
-- This message was sent by Atlassian Jira (v8.20.10#820010)