Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046103
en ru br
ALT Linux repos
S:1.0.1-alt1

Group :: Development/Python3
RPM: python3-module-HeapDict

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.1-alt1
Build date: 21 july 2022, 19:50 ( 88.1 weeks ago )
Size: 7737 b

Home page:   https://pypi.org/project/HeapDict

License: BSD-3-Clause
Summary: A heap with decrease-key and increase-key operations
Description:

HeapDict is designed to be used as a priority queue, where items are added and
consumed by priority. Compared to an ordinary dict, a heapdict has the
following differences: popitem and peekitem returns the (key, priority) pair
with the lowest priority, instead of a random object.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-HeapDict
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin