Add counters interface
authorNick Terrell <terrelln@fb.com>
Tue, 23 Jan 2018 04:58:50 +0000 (20:58 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 23 Jan 2018 05:23:48 +0000 (21:23 -0800)
commitb35b5a98a37b889bd6748d8cc3a7d357b9143e42
tree566aa3982cfa126d2add01e91442d34549bd4087
parent371298264a64c0f0634ee973ec7a9231786316e3
Add counters interface

Summary: Adds an open source counters interface.

Reviewed By: yfeldblum

Differential Revision: D6609118

fbshipit-source-id: cc326443339b88acdd11e4184eb0c82d786732c2
folly/Makefile.am
folly/compression/Counters.cpp [new file with mode: 0644]
folly/compression/Counters.h [new file with mode: 0644]
folly/compression/test/CountersTest.cpp [new file with mode: 0644]