Letter P

python-immutables - Immutable Collections

Website: https://github.com/MagicStack/immutables
License: ASL 2.0 and MIT
Vendor: Alcance Libre, Inc.
Description:
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.

Packages

python-immutables-0.15-1.fc14.al.src [48 KiB] Changelog by Carl George (2021-04-21):
- Initial package rhbz#1951868

Listing created by Repoview-0.6.6-6.fc14.al