Mon, 09 Sep 2024 23:33:25 UTC | login

Information for build golang-uber-zap-1.23.0-1.fc37

ID210836
Package Namegolang-uber-zap
Version1.23.0
Release1.fc37
Epoch
SummaryBlazing fast, structured, leveled logging in Go
DescriptionPackage Zap provides fast, structured, leveled logging. For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive - they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Oct 2022 13:15:57 UTC
CompletedFri, 14 Oct 2022 13:15:57 UTC
Tags
f37
f38
RPMs
src
golang-uber-zap-1.23.0-1.fc37.src.rpm (info) (download)
noarch
golang-uber-zap-devel-1.23.0-1.fc37.noarch.rpm (info) (download)
Changelog * Mon Aug 29 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.23.0-1 - Update to 1.23.0 - Closes rhbz#1991800 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.18.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.18.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Aug 09 2021 Robert-André Mauchin <zebob.m@gmail.com> 1.18.1-1 - Update to 1.18.1 Close: rhbz#1964878 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Dec 17 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.16.0-1 - Update to 1.16.0 - Close: rhbz#1874720