Skip to content

Chunk-Queue Re-Use #5

@delanyinspiron6400

Description

@delanyinspiron6400

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

Metadata

Metadata

Labels

essentialStill missing functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions