File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ essentially O(1) for relatively small mappings.
2121Below is a visualization of a simple get/set benchmark comparing
2222HAMT to an immutable mapping implemented with a Python dict
2323copy-on-write approach (the benchmark code is available
24- `here <https://gist.github.com/1st1/9004813d5576c96529527d44c5457dcd >`_):
24+ `here <https://gist.github.com/1st1/292e3f0bbe43bd65ff3256f80aa2637d >`_):
2525
2626.. image :: bench.png
2727
@@ -40,7 +40,7 @@ immutables.Map
4040The ``Map `` object implements ``collections.abc.Mapping `` ABC
4141so working with it is very similar to working with Python dicts.
4242
43- The only exception is its ``Map.set() `` and ``Map.delete() `` methods
43+ The only exception are its ``Map.set() `` and ``Map.delete() `` methods
4444which return a new instance of ``Map ``:
4545
4646.. code-block :: python
You can’t perform that action at this time.
0 commit comments