Skip to content

HProfFilter Single Pass Mapping #5

Description

@vjkoskela

Currently, the HProfFilter is invoked K times to partition K of the N dumps into K files. Instead the filter should support a single pass fan-out of each dump. The simplest way is to accept a sparse map of index to file. However, this will require rearchitecting most of the parser either to read all the state in and then multiplex it out or to have multiple writers open at the same time. This should be considered in conjunction with any work from #4.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions