PackedTables 1.0.2
dotnet add package PackedTables --version 1.0.2
NuGet\Install-Package PackedTables -Version 1.0.2
<PackageReference Include="PackedTables" Version="1.0.2" />
<PackageVersion Include="PackedTables" Version="1.0.2" />
<PackageReference Include="PackedTables" />
paket add PackedTables --version 1.0.2
#r "nuget: PackedTables, 1.0.2"
#:package PackedTables@1.0.2
#addin nuget:?package=PackedTables&version=1.0.2
#tool nuget:?package=PackedTables&version=1.0.2
PackedTables.NET
PackedTables.NET is a high-performance, lightweight library for managing and serializing table-based data structures using MessagePack. It is designed to handle complex data relationships efficiently while maintaining a compact serialized format, making it ideal for scenarios where performance and data size are critical.
Features
- Table-Based Data Management: Provides a structured way to manage tables, rows, columns, and fields.
- High-Performance Serialization: Leverages MessagePack for fast and compact serialization.
- Base64 and JSON Support: Save and load data in Base64 or JSON formats for interoperability.
- File Persistence: Easily save and load datasets to and from files.
- Extensibility: Includes extension methods for common operations like serialization, deserialization, and file I/O.
- .NET 8 Support: Built with modern .NET features for maximum performance and compatibility.
Installation
PackedTables.NET is available as a NuGet package. You can install it using the .NET CLI:
Or via the NuGet Package Manager in Visual Studio.
Getting Started
Basic Usage
File Persistence
Save and load datasets to/from files:
Contributing
Contributions are welcome! If you�d like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes with clear and concise messages.
- Submit a pull request.
Please ensure your code adheres to the existing coding style and includes appropriate tests.
License
PackedTables.NET is licensed under the MIT License. You are free to use, modify, and distribute this software in accordance with the license terms.
Acknowledgments
PackedTables.NET is built on top of the excellent MessagePack-CSharp library. Special thanks to its contributors for their work on high-performance serialization.
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
- MessagePack (>= 3.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.