moved pop_count to its own separate module so that it is obvious it exists.
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 18 Aug 2022 09:37:38 +0000 (10:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 18 Aug 2022 09:37:38 +0000 (10:37 +0100)
commitaf620acc0a02e29ba8efcba8d55cf7c5f1f171c2
tree792cc31f04f00871e06dea401c42c9b1b1125e08
parent38cb2af1a5a873a8b16ec887a2930a3fb8ab4ae0
moved pop_count to its own separate module so that it is obvious it exists.
anyone looking at the top-level directory of nmutil will see
"oh there is a popcount.py in here"
src/nmutil/popcount.py [new file with mode: 0644]
src/nmutil/prefix_sum.py
src/nmutil/test/test_prefix_sum.py