alecthomas / unsafeslice
Unsafe zero-copy slice casts for Go
☆37Updated last month
Alternatives and similar repositories for unsafeslice:
Users that are interested in unsafeslice are comparing it to the libraries listed below
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- sharded key-value store compatible with p5-ShardedKV☆36Updated 4 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- Write-ahead log in Golang☆41Updated 2 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Composable utilities for Go contexts☆27Updated 5 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆59Updated 4 years ago
- Thread-safe concurrent maps for go.