Thu, 29 Jan 2026 21:36:07 CST | login

Information for build ghc-hashtables-1.3.1-1.ocs23

ID8162
Package Nameghc-hashtables
Version1.3.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-hashtables.git?.#c78dec6d6440a962dbc93d2d9d791abe91bbd5f1
SummaryMutable hash tables in the ST monad
DescriptionThis package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. This package currently contains three hash table implementations: 1. Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. 2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing" which has worst-case O(1) lookups and can reach a high "load factor". 3. Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 18 Jun 2024 21:22:23 CST
CompletedTue, 18 Jun 2024 21:24:47 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-hashtables.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-hashtables.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-hashtables-1.3.1-1.ocs23.src.rpm (info) (download)
aarch64
ghc-hashtables-1.3.1-1.ocs23.aarch64.rpm (info) (download)
ghc-hashtables-devel-1.3.1-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-hashtables-doc-1.3.1-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-hashtables-1.3.1-1.ocs23.x86_64.rpm (info) (download)
ghc-hashtables-devel-1.3.1-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.3.1-1 - initial build