←back to thread

191 points jwilk | 1 comments | | HN request time: 0.209s | source
1. code_biologist ◴[] No.46230032[source]
Shoutout to pyrsistent, a personal favorite library for frozen/immutable/hashable data structures whenever I need to use lists, sets, or dicts as dict keys, or make sets of such items: https://github.com/tobgu/pyrsistent