Halva.Package.Core
4.1.0
dotnet add package Halva.Package.Core --version 4.1.0
NuGet\Install-Package Halva.Package.Core -Version 4.1.0
<PackageReference Include="Halva.Package.Core" Version="4.1.0" />
paket add Halva.Package.Core --version 4.1.0
#r "nuget: Halva.Package.Core, 4.1.0"
// Install Halva.Package.Core as a Cake Addin #addin nuget:?package=Halva.Package.Core&version=4.1.0 // Install Halva.Package.Core as a Cake Tool #tool nuget:?package=Halva.Package.Core&version=4.1.0
Halva Packaging System
An easy to use packaging system, based on the Brotli compression.
What is this?
Halva (Χαλβάς in Greek) is a small .NET library that implements Google's Brotli compression, alognside some encryption options. The Halva package is a general purpose game data packaging system that provides good and fast compression, making it suitable for storing the game files with the game, releasing patches, etc.
Features
- Uses the Brotli compression algorithm, providing smaller file sizes (compared to Zip).
- Easy to use API.
- Versitile for all platforms that support .NET 8+ (.NET Core, MAUI, Avalonia, etc.)
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 is compatible. 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. |
-
net8.0
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- System.IO.Hashing (>= 9.0.0)
-
net9.0
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- System.IO.Hashing (>= 9.0.0)
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 |
---|---|---|
4.1.0 | 93 | 1/5/2025 |
4.1.0-experimental.20250105 | 63 | 1/5/2025 |
4.0.7 | 102 | 11/23/2024 |
4.0.6 | 97 | 11/5/2024 |
4.0.5 | 104 | 11/2/2024 |
4.0.4 | 102 | 10/24/2024 |
4.0.3 | 104 | 10/24/2024 |
4.0.2 | 106 | 10/23/2024 |
4.0.1 | 96 | 10/22/2024 |
4.0.0 | 105 | 10/21/2024 |
3.1.0 | 156 | 5/29/2024 |
3.0.1 | 188 | 2/25/2024 |
3.0.0 | 171 | 9/24/2023 |
2.2.2 | 346 | 1/20/2023 |
2.2.1 | 328 | 1/11/2023 |
2.2.0 | 484 | 9/14/2022 |
2.1.1 | 403 | 8/18/2022 |
2.1.0 | 440 | 5/2/2022 |
2.0.0 | 451 | 3/17/2022 |
1.2.0 | 308 | 12/24/2021 |
1.1.6 | 287 | 11/28/2021 |
1.1.5 | 335 | 9/1/2021 |
1.1.3 | 398 | 5/30/2021 |
1.1.1 | 333 | 5/13/2021 |
1.1.0 | 366 | 5/12/2021 |
1.0.2-beta.20210506 | 175 | 5/6/2021 |
1.0.1 | 495 | 11/2/2020 |
1.0.0 | 448 | 10/4/2020 |
1.0.0-beta.20200902 | 256 | 9/2/2020 |
1.0.0-alpha.20200521 | 264 | 5/21/2020 |
- Implemented RecycledMemoryStream (applies for cases where MemoryStream is used).
- Allows the library to keep the memory usage in check, while improving throughput.
- Added a method that allows the configuration of the Memory Manager.