Subject: CVS commit: pkgsrc/misc
From: Adam Ciarcinski
Date: 2020-01-08 21:01:40
Message id: 20200108200141.136AAFBF4@cvs.NetBSD.org

Log Message:
py-immutables: added version 0.11

An immutable mapping type for Python.

The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
Clojure, Scala, Haskell, and other functional languages. This implementation is
used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
details).

Immutable mappings based on HAMT have O(log N) performance for both set() and
get() operations, which is essentially O(1) for relatively small mappings.

Files:
RevisionActionfile
1.1addpkgsrc/misc/py-immutables/DESCR
1.1addpkgsrc/misc/py-immutables/Makefile
1.1addpkgsrc/misc/py-immutables/PLIST
1.1addpkgsrc/misc/py-immutables/distinfo