Skip to content

Split processing and compression into separate stages #84

Description

@darrylmasson

Redax uses "one" processing stage where a chunk of data from random digitizers is sent to a random thread for processing and compression. This makes tracking timestamp rollovers potentially more difficult, and also isn't the most effective way of load-balancing the CPU needs of processing and compression.

A better solution would be to split processing and compression into separate stages.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions