[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#962625: ITP: golang-github-benbjohnson-immutable -- Immutable collections for Go



Package: wnpp
Severity: wishlist
Owner: Lucas Kanashiro <kanashiro@debian.org>

* Package name    : golang-github-benbjohnson-immutable
  Version         : 0.2.0-1
  Upstream Author : Ben Johnson
* URL             : https://github.com/benbjohnson/immutable
* License         : Expat
  Programming Lang: Go
  Description     : Immutable collections for Go

 Immutable 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.


Reply to: