Message370447
> Why are calling a population count method "bit_count()"?
Naming things is hard, but I don't think this is an unreasonable name, and it's not without precedent. Java similarly has Integer.bitCount and BigInteger.bitCount. MySQL has BIT_COUNT. |
|
| Date |
User |
Action |
Args |
| 2020-05-31 13:27:43 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, rhettinger, vstinner, casevh, njs, Mark.Shannon, serhiy.storchaka, Jim Fasarakis-Hilliard, niklasf, gbtami |
| 2020-05-31 13:27:43 | mark.dickinson | set | messageid: <[email protected]> |
| 2020-05-31 13:27:43 | mark.dickinson | link | issue29882 messages |
| 2020-05-31 13:27:43 | mark.dickinson | create | |
|