Skip to content

on-the-fly sorting #4

@tacaswell

Description

@tacaswell

The events are mostly sorted in the raw data, but for analysis need to be time-sorted.

Because of the alomst-sorted nature the best path is probably to:

  • when reading a batch use insertion sort to it locally
  • use merge sort's merge to merge that data into the existing data

If paging keep out some buffer.

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