You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

VDS.Common

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

VDS.Common

A library containing useful data structures like Trees, Tries, Sparse Arrays, Bloom Filters and indexing tailored dictionaries.

3.0.0
nugetNuGet
Version published
Maintainers
2
Created
Source

Introduction

VDS.Common is a lightweight, dependency-free library of useful advanced data structures such as Trees, Tries and indexing tailored dictionaries.

It is based on code originally from in the dotNetRDF Project (see past code history here and here) but was split off into a separate library once it became sufficiently generic to be more broadly useful.

VDS.Common is built to target .NET Standard 2.0 and higher.

License

VDS.Common is licensed under the MIT License

Usage and Documentation

Releases can be found here on GitHub. From 1.7.0 the GitHub release includes a ZIP file containing the compiled binaries and a CHM of the API documentation.

To use VDS.Common simply add a reference to the DLL for the appropriate .Net version to your project. If you are using NuGet simply search for VDS.Common and install it that way.

NuGet

For documentation on the features this library provides please see the Wiki.

Build Status

Unit Tests

Acknowledgements

VDS.Common is developed primarily Rob Vesse with some contributions from Kal Ahmed and Mike Davies Other contributions were aslo received from the following GitHub users:

  • @amardeepsingh

Keywords

Data

FAQs

Package last updated on 11 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts