Skip to content

InMemoryLog should use a growing mechanism similar to FilePositionCache #153

@franz1981

Description

@franz1981

FilePositionCache allow accumulating entries while appending fixed sized chunks/pages saving expensive memory copies while enlarging capacity: InMemoryLog could make use of a similar mechanism for its entries.

Given that InMemoryLog is not for production usage this is more a wish then an actual requirement, although it's pretty handy to use it to benchmark the whole raft protocol machinery without I/O

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions