Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 12:51:27 UTC Now

2023-02-13 10:44:14 UTC MAIN commitmail json YAML

py-bitarray: updated to 2.7.2

2.7.2:
* speedup all count functionality by using `__builtin_popcountll` when
  available
* add `popcount64()` to `bitarray.h` - we assume now that `uint64_t` is
  always available
* improve testing

2.7.1:
* optimize `util.sc_encode()`

(adam)