jasondavies / bloomfilter.js

JavaScript bloom filter using FNV for fast hashing
http://www.jasondavies.com/bloomfilter/
BSD 3-Clause "New" or "Revised" License
759 stars 79 forks source link

Add loader definition for AMD #18

Open graphicore opened 8 years ago

graphicore commented 8 years ago

This enhances the module pattern to make it compatible with especially AMD (requirejs). The other module loading paths are more explicit.