https://github.com/lthibault/vector
Persistent, immutable, generic vectors for Go
https://github.com/lthibault/vector
data-structures immutable immutable-data-structures persistent persistent-data-structure thread-safe vector
Last synced: 3 months ago
JSON representation
Persistent, immutable, generic vectors for Go
- Host: GitHub
- URL: https://github.com/lthibault/vector
- Owner: lthibault
- License: mit
- Created: 2022-11-29T03:09:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T16:39:37.000Z (about 3 years ago)
- Last Synced: 2025-03-29T03:46:22.933Z (9 months ago)
- Topics: data-structures, immutable, immutable-data-structures, persistent, persistent-data-structure, thread-safe, vector
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vector
[](https://github.com/lthibault/vector/actions/workflows/go.yml)
[](https://godoc.org/github.com/lthibault/vector)
[](https://goreportcard.com/report/github.com/lthibault/vector)
Persistent, immutable and generic vectors for Go based on Clojure's bit-partitioned vector tries.