https://github.com/zchee/go-simdutf
Package simdutf provides a Go port of simdutf/simdutf. Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON and AVX-512.
https://github.com/zchee/go-simdutf
go simd simdutf utf
Last synced: 11 months ago
JSON representation
Package simdutf provides a Go port of simdutf/simdutf. Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON and AVX-512.
- Host: GitHub
- URL: https://github.com/zchee/go-simdutf
- Owner: zchee
- License: bsd-3-clause
- Created: 2023-01-08T16:24:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T16:24:57.000Z (about 3 years ago)
- Last Synced: 2025-01-16T19:25:10.416Z (about 1 year ago)
- Topics: go, simd, simdutf, utf
- Language: Go
- Homepage: https://pkg.go.dev/github.com/zchee/go-simdutf
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-simdutf
[![github-action][github-action-badge]][github-action]
[![pkg.go.dev][pkg.go.dev-badge]][pkg.go.dev]
[![codecov.io][codecov-badge]][codecov]
Package simdutf provides a Go port of [simdutf/simdutf](https://github.com/simdutf/simdutf).
Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON and AVX-512.
[github-action]: https://github.com/zchee/go-simdutf/actions/workflows/test.yaml
[pkg.go.dev]: https://pkg.go.dev/github.com/zchee/go-simdutf
[codecov]: https://codecov.io/gh/zchee/go-simdutf
[github-action-badge]: https://img.shields.io/github/actions/workflow/status/zchee/go-simdutf/test.yaml?branch=main&label=Test&logo=github&style=for-the-badge
[pkg.go.dev-badge]: https://bit.ly/pkg-go-dev-badge
[codecov-badge]: https://img.shields.io/codecov/c/github/zchee/go-simdutf/main?label=Coverage&logo=codecov&style=for-the-badge