Skip to content

[Enhancement]: [jieba_ftparser] use string_view instead of string to enhance performance #1

@hnwyllmm

Description

@hnwyllmm

Description

It uses a lot of std::string in the jieba_ftparser and can be replaced by string_view.

string_view doesn't allocate memory, so it's better than std::string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions