Path to this page:
./
misc/py-immutables,
Immutable collections
Branch: CURRENT,
Version: 0.21,
Package name: py312-immutables-0.21,
Maintainer: pkgsrc-usersAn 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.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 86.922 KB
Version history: (Expand)
- (2024-10-10) Updated to version: py312-immutables-0.21
- (2023-08-24) Updated to version: py311-immutables-0.20
- (2022-10-04) Updated to version: py310-immutables-0.19
- (2022-09-13) Updated to version: py310-immutables-0.18
- (2022-04-26) Updated to version: py39-immutables-0.17
- (2022-01-05) Updated to version: py39-immutables-0.15nb1
CVS history: (Expand)