speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / src / nmutil / prefix_sum.py
2022-08-19 Jacob Lifshayformat code with autopep8
2022-08-18 Luke Kenneth Casso... moved pop_count to its own separate module so that...
2022-08-18 Luke Kenneth Casso... whitespace in docstrings
2022-08-12 Jacob Lifshayfix prefix_sum.py after 63ffb1aa and d7288021
2022-08-06 Luke Kenneth Casso... remove all asserts restricting types.
2022-08-05 Luke Kenneth Casso... remove dataclass and use of types
2022-08-05 Jacob Lifshayadd partial_prefix_sum_ops
2022-08-05 Jacob Lifshayadd tree_reduction and pop_count based off of dead...
2022-04-22 Jacob LifshayRevert "add reduce_only option to prefix_sum_ops"
2022-04-22 Jacob Lifshayadd reduce_only option to prefix_sum_ops
2022-04-22 Jacob Lifshayautoformat code
2022-04-09 Luke Kenneth Casso... whitespace cleanup:
2022-04-09 Jacob Lifshayadd prefix_sum and initial tests