Skip to content

[allow_multithreading] not enable parallel sort in i_key_sort #65

@alanlzhang

Description

@alanlzhang

in Cargo.toml, missing "i_key_sort/allow_multithreading"

allow_multithreading = ["dep:rayon"]

should be

allow_multithreading = ["dep:rayon", "i_key_sort/allow_multithreading"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions