GitHub - ziglibs/string-searching: String(not limited to []const u8)-searching algorithms in zig

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

30 Commits

Repository files navigation

string-searching

CI

Implementation of some string-search algorithms in zig. Compatible with zig 0.13.0.

Boyer-Moore string searching

Ported from the implementation in the Go standard library: strings/search.go.

Bitap algorithm

Inspired by the code on the Wikipedia article.

About

String(not limited to []const u8)-searching algorithms in zig

Topics

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

27 stars

Watchers

3 watching

Forks

0 forks

Releases

No releases published

Languages