aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 166f46a8af9becfe94bdbf83792a7d0a6c65265e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
immutables
==========

An immutable mapping type for Python.

The underlying datastructure is a Hash Array Mapped Trie (HAMT)
used in Clojure and other functional languages.  The actual
implementation is used in CPython 3.7 (see PEP 567 and
the contextvars module.)


License
=======

Apache 2.0