summaryrefslogtreecommitdiff
path: root/collect
AgeCommit message (Collapse)Author
2022-06-14Add logging to trie.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-22Remove whitespace from trie's repr_brief.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-05Add a bunch of __init__.py's; maybe this will fix importScott Gasch
problems with mypy?
2022-02-03Change settings in flake8 and black.Scott Gasch
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
2021-10-29Adds Arper, cleans up other stuff.Scott Gasch
2021-10-02changesScott Gasch
2021-09-29Some binary tree methods to support the unscramble progam's sparsefileScott Gasch
population.
2021-09-29Stuff.Scott Gasch
2021-09-29Add tests on bidict. Fix bug in string_utils ngrams.Scott Gasch
2021-09-29Workaround likely client bug in letter_compress. Update tests in bst.Scott Gasch
Add pip_install.sh.
2021-09-28Various changesScott Gasch
2021-09-27Move collections into collect spaceScott Gasch