Hiperspace heap store for session, edge and testing purposes
$ dotnet add package Hiperspace.HeapThe Heap driver provides the simplest hiperspace, storing objects in the managed process heap,
it exists for testing purposes, but also for benchmark performance of other drivers.
The Heap driver uses more memory, and is slower than the Rocks driver.