Skip to content

[Heap] Add reference benchmarks for std::priority_queue #68

@lorentey

Description

@lorentey

The C++ standard library comes with a std::priority_queue type (as well as standalone heap operations) that works as an adapter around a random-access container. We should add microbenchmarks for its operations so that we have an additional set of baselines against which we could compare Heap's performance.

Metadata

Metadata

Assignees

Labels

HeapMin-max heap moduleenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions