Extract SparseByteSet into its own module
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 30 Sep 2015 08:29:59 +0000 (01:29 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 30 Sep 2015 09:20:17 +0000 (02:20 -0700)
commit6daec3163fdb0ed6103b829718b5b042cccbeace
treef20a95fb32194bc42a0e316ce52c89b344cebb6c
parent14a19db224da08445efa8f4cba32b86e004689df
Extract SparseByteSet into its own module

Summary: [Folly] Extract `SparseByteSet` into its own module.

`SparseByteSet`, formerly `FastByteSet`, is actually a generic, fully standalone class. It does not need to be embedded in `Range.cpp`.

Reviewed By: @​bmaurer

Differential Revision: D2460180
folly/Makefile.am
folly/Range.cpp
folly/SparseByteSet.h [new file with mode: 0644]
folly/test/SparseByteSetBench.cpp [new file with mode: 0644]
folly/test/SparseByteSetTest.cpp [new file with mode: 0644]