From bc36808f46c14c46355afdf9641c4ae4a1786089 Mon Sep 17 00:00:00 2001 From: Robert Eisele Date: Thu, 3 Sep 2015 09:58:19 +0200 Subject: [PATCH] Add bitset.js transitionally to misc section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27608ce..d6bf761 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [platform.js](https://github.com/bestiejs/platform.js) - A platform detection library that works on nearly all JavaScript platforms. * [json3](https://github.com/bestiejs/json3) - A modern JSON implementation compatible with nearly all JavaScript platforms. * [Logical Or Not](http://gabinaureche.com/logicalornot/) - A game about JavaScript specificities. +* [BitSet.js](https://github.com/infusion/BitSet.js) - A JavaScript Bit-Vector implementation # Worth Reading