rewrite TreeBitwiseLut to actually use a tree rather than a dict, hopefully making...
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Dec 2021 04:02:12 +0000 (20:02 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Dec 2021 04:02:12 +0000 (20:02 -0800)
commitefdf9de343cdd2e7f928e8b98ecf204d219cb247
tree81692086a5e41ffec2fb4ff85bbb70457fd07a05
parentbb1d304f6d7adab467e6e73b9550ed4f1ff4d4c7
rewrite TreeBitwiseLut to actually use a tree rather than a dict, hopefully making the code much easier to follow
src/nmutil/lut.py
src/nmutil/test/test_lut.py