An open API service indexing awesome lists of open source software.

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.

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