Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexeymz/hopscotchhashmap

.NET implementation of Hopscotch hash map
https://github.com/alexeymz/hopscotchhashmap

Last synced: about 2 months ago
JSON representation

.NET implementation of Hopscotch hash map

Awesome Lists containing this project

README

        

# Hopscotch hash map for .NET
Hopscotch hash map for .NET implementation as part of [high performance computing course 2015](https://github.com/eugenyk/hpcourse).

Based on paper: Herlihy, Maurice and Shavit, Nir and Tzafrir, Moran (2008). "Hopscotch Hashing"

## Build

### Requirements
1. .NET 4.5 or Mono 4.2
2. NuGet 2.7+
3. MSBuild 12.0 (installed with Visual Studio 2015) or MonoDevelop 5.10

### Instructions

#### Visual Studio / MonoDevelop
On project build the NuGet dependencies will be automatically restored.

#### Manual
Run `nuget restore` in solution's directory to restore NuGet dependencies.