forked from pool/python-bitarray
- 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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user