Revision 0eb0c9bb821e47e1c97c175cc8af3965fe198d08 authored by Kosie van der Merwe on 07 December 2012, 18:42:19 UTC, committed by Kosie van der Merwe on 07 December 2012, 18:42:19 UTC
Summary: Added BitStreamPutInt() and BitStreamGetInt() which take a stream of chars and can write integers of arbitrary bit sizes to that stream at arbitrary positions. There are also convenience versions of these functions that take std::strings and leveldb::Slices.

Test Plan: make check

Reviewers: sheki, vamsi, dhruba, emayanke

Reviewed By: vamsi

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7071
1 parent c847a31
Raw File
AUTHORS
# Names should be added to this file like so:
# Name or Organization <email address>

Google Inc.

# Initial version authors:
Jeffrey Dean <jeff@google.com>
Sanjay Ghemawat <sanjay@google.com>
back to top