PackedTables 1.0.2

dotnet add package PackedTables --version 1.0.2
                    
NuGet\Install-Package PackedTables -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PackedTables" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PackedTables" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="PackedTables" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PackedTables --version 1.0.2
                    
#r "nuget: PackedTables, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PackedTables@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PackedTables&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=PackedTables&version=1.0.2
                    
Install as a Cake Tool

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes with clear and concise messages.
  4. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.2 145 5/26/2025
1.0.1 101 5/18/2025
1.0.0 198 5/11/2025