jasondavies / bloomfilter.js

JavaScript bloom filter using FNV for fast hashing

Home Page:http://www.jasondavies.com/bloomfilter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Typescript?

opened this issue · comments

It is worth it to convert this implementation to TypeScript?

It will be easier for others to understand as well as contribute.