diff options
-rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..efa6f00 --- /dev/null +++ b/README.rst @@ -0,0 +1,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 copied from CPython 3.7 (see PEP 567 and +the contextvars module.) + + +License +======= + +Apache 2.0 |