Skip to content

Commit 1fcf9ad

Browse files
committed
Adding badges.
1 parent f206500 commit 1fcf9ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# FastBitSet.js : a speed-optimized BitSet implementation
2+
[![Build Status](https://travis-ci.org/lemire/FastBitSet.js.png)](https://travis-ci.org/lemire/FastBitSet.js)
3+
[![][license img]][license]
24

35
A BitSet (also called Bitmap or bit vector) is an ideal data structure to implement a
46
set when values being stored are reasonably small integers. It can be orders of magnitude

0 commit comments

Comments
 (0)