Skip to content

Parallelise chunk decoding #625

@bboreham

Description

@bboreham

Part of #624

Cache.FetchChunkData() deserialises all chunks returned by memcached in a simple loop. This could be parallelised when there are thousands to work through.

As noted by jml we already have a few implementations of "parallel map" - maybe we can re-use one here?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions