index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
collect
Age
Commit message (
Expand
)
Author
2022-02-22
Remove whitespace from trie's repr_brief.
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-05
Add a bunch of __init__.py's; maybe this will fix import
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-03
Take the lock before unlinking the mmap'ed shared memory to ensure
Scott Gasch
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
Make subdirs type clean too.
Scott
2022-01-30
Change locking boundaries for shared dict. Add a unit test.
Scott
2022-01-30
Add MIT License and copyright from the shared dict implementation
Scott
2022-01-30
Add a MP shared dict.
Scott
2021-10-29
Adds Arper, cleans up other stuff.
Scott Gasch
2021-10-02
changes
Scott Gasch
2021-09-29
Some binary tree methods to support the unscramble progam's sparsefile
Scott Gasch
2021-09-29
Stuff.
Scott Gasch
2021-09-29
Add tests on bidict. Fix bug in string_utils ngrams.
Scott Gasch
2021-09-29
Workaround likely client bug in letter_compress. Update tests in bst.
Scott Gasch
2021-09-28
Various changes
Scott Gasch
2021-09-27
Move collections into collect space
Scott Gasch