Sat, 21 Dec 2024 22:26:03 CST | login

Information for build Judy-1.0.5-5.ocs23

ID15550
Package NameJudy
Version1.0.5
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/Judy.git?.#0e662a5bb935b8b2ee8ddac6c16accab4d12116a
SummaryGeneral purpose dynamic array
DescriptionThis package provides a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy's key benefits are scalability, high performance, and memory efficiency. A Judy array is extensible and can scale up to a very large number of elements, bounded only by machine memory. Since Judy is designed as an unbounded array, the size of a Judy array is not pre-allocated but grows and shrinks dynamically with the array population.
Built byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 01:50:29 CST
CompletedSat, 17 Aug 2024 01:54:19 CST
Taskbuild (dist-ocs23, /opencloudos-stream/Judy.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/Judy.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
Judy-1.0.5-5.ocs23.src.rpm (info) (download)
aarch64
Judy-1.0.5-5.ocs23.aarch64.rpm (info) (download)
Judy-debuginfo-1.0.5-5.ocs23.aarch64.rpm (info) (download)
Judy-debugsource-1.0.5-5.ocs23.aarch64.rpm (info) (download)
loongarch64
Judy-1.0.5-5.ocs23.loongarch64.rpm (info) (download)
Judy-debuginfo-1.0.5-5.ocs23.loongarch64.rpm (info) (download)
Judy-debugsource-1.0.5-5.ocs23.loongarch64.rpm (info) (download)
x86_64
Judy-1.0.5-5.ocs23.x86_64.rpm (info) (download)
Judy-debuginfo-1.0.5-5.ocs23.x86_64.rpm (info) (download)
Judy-debugsource-1.0.5-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.5-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.5-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.5-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.5-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Nov 16 2022 Shuo Wang <abushwang@tencent.com> - 1.0.5-1 - initial build