Skip to content

KLL fixed-size sorting #91

Description

@GordonYuanyc

Problem

KLL compactors can be fixed size. Many of the compactors will have a fixed / certain size after a certain amount of insertion operations.

Thus, calling a general sort function over these compactors may be an overkill. A static, comparison based sorting functions for certain compactor size may improve the insertion speed.

Scope

Functions like sort_8 sort_20 or other size may be helpful.
Maybe set these functions as #macro can further help (by pushing more work to compiler).
Testing of speed required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions