Letter P

python313-immutables - Immutable Collections

Website: https://github.com/MagicStack/immutables
License: Apache-2.0
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

python313-immutables-0.21-1.aldos.x86_64 [51 KiB] Changelog by Joel Barrios (2024-05-22):
- Initial spec file.

Listing created by Repoview-0.7.1