https://bugzilla.redhat.com/show_bug.cgi?id=1795078

            Bug ID: 1795078
           Summary: Review Request: golang-github-benbjohnson-immutable -
                    Immutable collections for Go
           Product: Fedora
           Version: rawhide
            Status: NEW
         Component: Package Review
          Assignee: nob...@fedoraproject.org
          Reporter: zebo...@gmail.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
    Classification: Fedora



Spec URL:
https://eclipseo.fedorapeople.org/for-review/golang-github-benbjohnson-immutable.spec
SRPM URL:
https://eclipseo.fedorapeople.org/for-review/golang-github-benbjohnson-immutable-0.2.0-1.fc32.src.rpm

Description:
 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.

Fedora Account System Username: eclipseo

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to