{"id":21146365,"url":"https://github.com/bhallstein/misterheapy","last_synced_at":"2025-03-14T13:44:18.725Z","repository":{"id":143863493,"uuid":"261568025","full_name":"bhallstein/misterheapy","owner":"bhallstein","description":"A C++ binary heap. Objects are referenced by pointers. O(1) referencing and resorting. For pathfinding algorithms.","archived":false,"fork":false,"pushed_at":"2022-04-28T11:16:32.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:42:44.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhallstein.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-05T19:46:11.000Z","updated_at":"2022-04-28T11:16:35.000Z","dependencies_parsed_at":"2024-07-23T20:05:52.134Z","dependency_job_id":null,"html_url":"https://github.com/bhallstein/misterheapy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fmisterheapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fmisterheapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fmisterheapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fmisterheapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhallstein","download_url":"https://codeload.github.com/bhallstein/misterheapy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589287,"owners_count":20315467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T08:53:12.480Z","updated_at":"2025-03-14T13:44:18.702Z","avatar_url":"https://github.com/bhallstein.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About MisterHeapy\n\nA C++ binary heap.\n \nEntries can be “updated” (resorted after update) by index **or by reference** both in constant time on average.\n\nFor simplicity and performance, MisterHeapy places the following restrictions on objects:\n\n- They must be memory contiguous.\n- The first item pushed to the heap must be the first item in memory.\n\nFor further details e.g. fast initialisation, see the notes at the top of MisterHeapy.hpp.\n\n-- Published under the MIT license\n-- BH May 2012\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fmisterheapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhallstein%2Fmisterheapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fmisterheapy/lists"}