Hiperspace.Heap
1.2.4
See the version list below for details.
dotnet add package Hiperspace.Heap --version 1.2.4
NuGet\Install-Package Hiperspace.Heap -Version 1.2.4
<PackageReference Include="Hiperspace.Heap" Version="1.2.4" />
paket add Hiperspace.Heap --version 1.2.4
#r "nuget: Hiperspace.Heap, 1.2.4"
// Install Hiperspace.Heap as a Cake Addin #addin nuget:?package=Hiperspace.Heap&version=1.2.4 // Install Hiperspace.Heap as a Cake Tool #tool nuget:?package=Hiperspace.Heap&version=1.2.4
Hiperspace.Heap
The 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Hiperspace (>= 1.2.4)
-
net8.0
- Hiperspace (>= 1.2.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.9 | 30 | 11/15/2024 |
1.3.0 | 89 | 10/5/2024 |
1.2.31 | 127 | 9/15/2024 |
1.2.28 | 110 | 9/7/2024 |
1.2.26 | 102 | 9/1/2024 |
1.2.8 | 105 | 7/15/2024 |
1.2.4 | 91 | 7/4/2024 |
1.2.0 | 113 | 5/30/2024 |
1.0.34 | 148 | 3/14/2024 |
1.0.28 | 121 | 2/26/2024 |
1.0.27 | 143 | 2/16/2024 |
1.0.24 | 145 | 1/11/2024 |
1.0.23 | 153 | 1/1/2024 |
1.0.1 | 147 | 11/18/2023 |
Added support for delta spaces for continuous aggregation of OLAP Cube views with history:
* DeltaFrom parameter for SubSpaces
* Dependency and Route meta-data for dynamic queries
* Delta Index property for fast access for latest changes