Skip to content

Commit 967eb04

Browse files
Update readme
1 parent d964455 commit 967eb04

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# zig-string-searching
22

3+
![CI](https://github.com/ziglibs/zig-string-searching/workflows/CI/badge.svg)
4+
35
Implementation of some string-search algorithms in
4-
[zig](https://ziglang.org).
6+
[zig](https://ziglang.org).
57

68
### Boyer-Moore string searching
79

8-
Ported from the implementation in the Go
9-
standard library:
10+
Ported from the implementation in the Go standard library:
1011
[strings/search.go](https://golang.org/src/strings/search.go).
12+
13+
### Bitap algorithm
14+
15+
Inspired by the code on the [Wikipedia
16+
article](https://en.wikipedia.org/wiki/Bitap_algorithm).

0 commit comments

Comments
 (0)