Fedora Packages

golang-github-benbjohnson-immutable-devel Subpackage of golang-github-benbjohnson-immutable

Immutable collections for Go

This repository 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/benbjohnson/immutable

Releases Overview

Release Stable Testing
Fedora 38 0.3.0-7.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-github-benbjohnson-immutable dash maintainers at fedoraproject dot org.



Sources on Pagure