Skip to content

Commit

Permalink
Merge pull request #14 from Jille/readme
Browse files Browse the repository at this point in the history
Update README with pkg.go.dev badge and include popcnt and memset
  • Loading branch information
bwesterb authored Jul 22, 2024
2 parents 0e33967 + a02d1c2 commit 3560730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
go-and
======

Fast bitwise and, or and andn for `[]byte` slices.
[![Go Reference](https://pkg.go.dev/badge/github.com/bwesterb/go-and.svg)](https://pkg.go.dev/github.com/bwesterb/go-and)

Fast bitwise and, or, andn, popcount and memset for `[]byte` slices.

```go
import "github.com/bwesterb/go-and"
Expand Down

0 comments on commit 3560730

Please sign in to comment.