Jonathan Tang's Corner of the Web

Projects

Hash.js

This is a simple implementation of a hashtable in JavaScript. I must've found a half dozen JavaScript hashtables on the net, but none of them met my requirements:

So I wrote one, and added some utility methods that were handy for the project I was working on. Doc comments inline.

(Comments disabled due to the onslaught of spam. Alas, django-threaded-comment moderation doesn't work with Django 1.0+. Will re-enable when I have time to find a replacement.)