OmniCollections.Core
1.0.1
dotnet add package OmniCollections.Core --version 1.0.1
NuGet\Install-Package OmniCollections.Core -Version 1.0.1
<PackageReference Include="OmniCollections.Core" Version="1.0.1" />
<PackageVersion Include="OmniCollections.Core" Version="1.0.1" />
<PackageReference Include="OmniCollections.Core" />
paket add OmniCollections.Core --version 1.0.1
#r "nuget: OmniCollections.Core, 1.0.1"
#:package OmniCollections.Core@1.0.1
#addin nuget:?package=OmniCollections.Core&version=1.0.1
#tool nuget:?package=OmniCollections.Core&version=1.0.1
Core utilities and interfaces for Omni.Collections specialized data structures
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on OmniCollections.Core:
| Package | Downloads |
|---|---|
|
OmniCollections.Linear
Linear data structures (FastQueue, MinHeap, BoundedList) for Omni.Collections |
|
|
OmniCollections.Hybrid
Hybrid data structures (QueueDictionary, LinkedDictionary, CircularDictionary) for Omni.Collections |
|
|
OmniCollections.Probabilistic
Probabilistic data structures (BloomFilter, CountMinSketch, HyperLogLog) for Omni.Collections |
|
|
OmniCollections.Spatial
Spatial data structures (QuadTree, KDTree, SpatialHashGrid) for Omni.Collections |
|
|
OmniCollections.Reactive
Reactive data structures (ObservableList, ObservableHashSet) for Omni.Collections |
GitHub repositories
This package is not used by any popular GitHub repositories.
Core utilities and interfaces for modular Omni.Collections architecture