Data.Triplets.Kernel

High-performance triplet data structure library

View the Project on GitHub linksplatform/Data.Triplets.Kernel

Data.Triplets.Kernel Documentation

Welcome to the Data.Triplets.Kernel documentation site.

Overview

Data.Triplets.Kernel is a high-performance library for working with triplet data structures, providing efficient storage and manipulation of link-based data.

Features

Quick Start

Installation

The library is available as a NuGet package:

Install-Package Platform.Data.Triplets.Kernel

Building from Source

Linux

make
./run.sh

Windows (Visual Studio)

  1. Open Platform.Data.Triplets.Kernel.sln
  2. Press CTRL+SHIFT+B to build

Windows (MinGW)

mingw32-make
test

API Reference

Core Components

Resources

License

This project is unlicensed - see the LICENSE file for details.