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

https://github.com/koykov/byteptr

Low-level access to byte arrays.
https://github.com/koykov/byteptr

bytes pointer

Last synced: 3 days ago
JSON representation

Low-level access to byte arrays.

Awesome Lists containing this project

README

          

# Byteptr

Byteptr is a solution to manipulate with bytes/strings (and their parts) without
using pointers. It's a part of the reducing pointer policy.

Byteptr is similar of [refrect.SliceHeader](https://golang.org/pkg/reflect/#SliceHeader)
and [refrecl.StringHeader](https://golang.org/pkg/reflect/#StringHeader) structs, but
provides extra methods to manipulate with data in raw memory.