Skip to content

Feature: prebuilt finder pattern #304

Description

@dmtrKovalenko

Describe what you are looking for

The problem I am facing with stringzilla even though I like the approach is that every sz_find id doing to much of preparation work which make it very hard to optimize for the projects like file search where I need to apply the same needle to many files one by one

especially this function
https://github.com/dmtrKovalenko/StringZilla/blob/main/include/stringzilla/find.h#L360-L360

my proposal is to implement a finder api that is going to allocate all the preparation work once for the needle and then we can execute those per every haystack

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

It applies to everything

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct

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

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions