-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
essentialStill missing functionalityStill missing functionality
Description
Allow for chunk re-use for the chunk queue, implement as:
- Try to reduce semaphore by page count
- Reduce Count
- set Queue index to null
Introduced qeue position for Chunk, such that free can locate it.
Problem:
- Try reduce can fail, since signal occurs after free, hence this might fail
- Now our testcases always clean out the queue, meaning each new run allocated from empty queue and is really slow.
- Standard
- VA
- VL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
essentialStill missing functionalityStill missing functionality