https://github.com/mrmurphy/mrdict.js
An experimental and simple implementation of the dictionary data structure in Javascript
https://github.com/mrmurphy/mrdict.js
Last synced: 17 days ago
JSON representation
An experimental and simple implementation of the dictionary data structure in Javascript
- Host: GitHub
- URL: https://github.com/mrmurphy/mrdict.js
- Owner: mrmurphy
- License: mit
- Created: 2014-11-18T06:03:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T05:45:37.000Z (over 11 years ago)
- Last Synced: 2025-10-28T02:55:03.930Z (9 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.mdown
- License: LICENSE
Awesome Lists containing this project
README
# MrDict.js
This is a small, experimental implementation of a dictionary data structure
in Javascript. The hashing function is based on an FNV hash http://bit.ly/1pTlwXH
# Running the tests
```
npm install
npm test
```