A realtime distributed messaging platform
-
Updated
Sep 27, 2021 - Go
Add a description, image, and links to the queue topic page so that developers can more easily learn about it.
To associate your repository with the queue topic, visit your repo's landing page and select "manage topics."
Currently the
Heap
tests in ./Tests/PriorityQueueTests/HeapTests.swift are relying on@testable import
to access internal interfaces. Unfortantely this doesn't work in release mode, so we can only run heap tests in debug builds.We ought to be able to run these correctness tests with optimizatio