Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexeymz/hopscotchhashmap
- Owner: AlexeyMz
- License: mit
- Created: 2016-02-20T03:23:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T21:02:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T17:15:02.415Z (3 months ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.