SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-benbjohnson-immutable-devel rpm build for : Fedora 37. For other distributions click golang-github-benbjohnson-immutable-devel.

Name : golang-github-benbjohnson-immutable-devel
Version : 0.3.0 Vendor : Fedora Project
Release : 6.fc37 Date : 2022-07-21 10:32:26
Group : Unspecified Source RPM : golang-github-benbjohnson-immutable-0.3.0-6.fc37.src.rpm
Size : 0.15 MB
Packager : Fedora Project
Summary : Immutable collections for Go
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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/benbjohnson/immutable

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-benbjohnson-immutable-devel-0.3.0-6.fc37.noarch.rpm
ftp.icm.edu.pl  golang-github-benbjohnson-immutable-devel-0.3.0-6.fc37.noarch.rpm
     

Provides :
golang(github.com/benbjohnson/immutable)
golang-github-benbjohnson-immutable-devel
golang-ipath(github.com/benbjohnson/immutable)

Requires :
go-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/golang-github-benbjohnson-immutable-devel
/usr/share/doc/golang-github-benbjohnson-immutable-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/benbjohnson
/usr/share/gocode/src/github.com/benbjohnson/immutable
/usr/share/gocode/src/github.com/benbjohnson/immutable/.goipath
/usr/share/gocode/src/github.com/benbjohnson/immutable/README.md
/usr/share/gocode/src/github.com/benbjohnson/immutable/go.mod
/usr/share/gocode/src/github.com/benbjohnson/immutable/immutable.go
/usr/share/gocode/src/github.com/benbjohnson/immutable/immutable_test.go
/usr/share/licenses/golang-github-benbjohnson-immutable-devel
/usr/share/licenses/golang-github-benbjohnson-immutable-devel/LICENSE

 
ICM