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

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

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
```