[base] bse64 encoder

Really slow implementation.  Speed up on a rainy day.
This commit is contained in:
Joe Thornber
2013-10-10 10:18:46 +01:00
parent 83f1e4bdd9
commit a29b5c8d07
5 changed files with 330 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ PROGRAMS=\
all: $(PROGRAMS)
SOURCE=\
base/base64.cc \
base/error_state.cc \
\
caching/hint_array.cc \
@@ -228,6 +229,7 @@ thin_metadata_size: thin-provisioning/thin_metadata_size.o
# Cache tools
CACHE_CHECK_SOURCE=\
base/base64.cc \
base/error_state.cc \
persistent-data/checksum.cc \
persistent-data/endian_utils.cc \