Accepting request 1326925 from home:glaubitz:branches:devel:languages:python

- Update to 1.5.7.3
  * Create context for compress one time on module init.
    Performance gain around 6%.
  * Init cores cache as early as possible on module init.

OBS-URL: https://build.opensuse.org/request/show/1326925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstd?expand=0&rev=40
This commit is contained in:
2026-01-13 14:02:51 +00:00
committed by Git OBS Bridge
parent 0dfb9eb1f3
commit 89179c68db
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 13 08:32:01 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.5.7.3
* Create context for compress one time on module init.
Performance gain around 6%.
* Init cores cache as early as possible on module init.
-------------------------------------------------------------------
Fri Jul 25 08:35:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>