This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch partition_superblock
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a0112bd83 address review comments
add c51b75456 perf(server-ng): cap sealed-segment read handles with
per-partition LRU (#3806)
add 60b878923 perf(server-ng): compute batch checksum in a single produce
pass (#3746)
add 1ec260f88 Merge branch 'master' into partition_superblock
No new revisions were added by this update.
Summary of changes:
core/partitions/src/iggy_index_reader.rs | 180 +++++-
core/partitions/src/iggy_partition.rs | 566 +++++++++++++++++-
core/partitions/src/iggy_partitions.rs | 23 +-
core/partitions/src/journal.rs | 13 +-
core/partitions/src/log.rs | 341 ++++++++++-
core/partitions/src/poll_plan.rs | 212 ++++++-
core/server-ng/config.toml | 3 +-
core/server-ng/src/dispatch.rs | 8 +-
core/server-ng/src/responses.rs | 2 +-
core/server_common/src/send_messages2.rs | 987 +++++++++++++++++++++++++++----
core/simulator/src/client.rs | 4 +-
11 files changed, 2168 insertions(+), 171 deletions(-)