14
0

- update to 2.9.2:

* optimize initialization from strings by not constantly
    resizing buffer
  * optimize util.hex2ba() and util.base2ba() by avoiding
    unnecessary copies
  * optimize util.base2ba() and util.ba2base() for n=16
    (hexadecimal)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=50
This commit is contained in:
2024-01-08 20:42:48 +00:00
committed by Git OBS Bridge
parent 06e752e37d
commit 16ca85d60a
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 8 20:42:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.9.2:
* optimize initialization from strings by not constantly
resizing buffer
* optimize util.hex2ba() and util.base2ba() by avoiding
unnecessary copies
* optimize util.base2ba() and util.ba2base() for n=16
(hexadecimal)
-------------------------------------------------------------------
Wed Dec 27 09:29:57 UTC 2023 - Dirk Müller <dmueller@suse.com>