Pacote: golang-github-benbjohnson-immutable-dev (0.2.0-2)
Links para golang-github-benbjohnson-immutable-dev
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte golang-github-benbjohnson-immutable:
- [golang-github-benbjohnson-immutable_0.2.0-2.dsc]
- [golang-github-benbjohnson-immutable_0.2.0.orig.tar.gz]
- [golang-github-benbjohnson-immutable_0.2.0-2.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
Immutable collections for Go (library)
This library contains immutable collection types for Go. It includes List, Map, and SortedMap implementations. Immutable collections can provide efficient, lock free sharing of data by requiring that edits to the collections return new collections.
The collection types in this library are meant to mimic Go built-in collections such asslice and map. The primary usage difference between Go collections and immutable collections is that immutable collections always return a new collection on mutation so you will need to save the new reference.
Immutable collections are not for every situation, however, as they can incur additional CPU and memory overhead. Please evaluate the cost/benefit for your particular project.
Download de golang-github-benbjohnson-immutable-dev
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 21.8 kB | 139.0 kB | [lista de arquivos] |