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

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

Awesome Lists containing this project

README

          

# Vector

[![Go](https://github.com/lthibault/vector/actions/workflows/go.yml/badge.svg)](https://github.com/lthibault/vector/actions/workflows/go.yml)
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/lthibault/vector)
[![Go Report Card](https://goreportcard.com/badge/github.com/lthibault/vector?style=flat-square)](https://goreportcard.com/report/github.com/lthibault/vector)

Persistent, immutable and generic vectors for Go based on Clojure's bit-partitioned vector tries.