summaryrefslogtreecommitdiff
path: root/collect/shared_dict.py
AgeCommit message (Collapse)Author
2022-02-03Take the lock before unlinking the mmap'ed shared memory to ensureScott Gasch
all writes are finished and visible.
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02Make subdirs type clean too.Scott
2022-01-30Change locking boundaries for shared dict. Add a unit test.Scott
Make smart_futures re-raise exceptions that happened in futures. Mess with file_utils.
2022-01-30Add MIT License and copyright from the shared dict implementationScott
I based this code on.
2022-01-30Add a MP shared dict.Scott