libvieter/src/cat-heap
Jef Roosens 1f4887118f feat(job-queue): add cat-heap support 2023-04-01 17:04:40 +02:00
..
README.md feat(cat-heap): initial implementation 2023-04-01 16:31:21 +02:00
vieter_cat_heap.c feat(job-queue): add cat-heap support 2023-04-01 17:04:40 +02:00
vieter_cat_heap_internal.h feat(cat-heap): initial implementation 2023-04-01 16:31:21 +02:00

README.md

A category heap consists of a collection of heaps, with each heap representing a certain category. In practice, this category would be an architecture (e.g. x86_64). This is used by the job queue to have a queue for each architecture for a given state.