HyperLevelDB
HyperLevelDB copied to clipboard
A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.
how can i run db_bench in no-debug mode? i have tried many way but lost ... o(╥﹏╥)o
The functions in util/atomic.* have a bunch of x86 assembly which is less than ideal on non-x86 hardware (like this 96 core arm64 I am playing with), and it would...
CXXLD db_bench /usr/bin/ld: db/db_bench.o: undefined reference to symbol '_ZN6snappy11RawCompressEPKcmPcPm' //usr/local/lib/libsnappy.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Built OK with snappy-1.1.0-1 (no...
What steps or special requirements do I need to install this library on a mac?
The build seems to be failing because it can't find functions in snappy: ``` CXX db/db_bench.o CXXLD db_bench /usr/bin/ld: db/db_bench.o: undefined reference to symbol '_ZN6snappy11RawCompressEPKcmPcPm' /usr/local/lib/libsnappy.so.1: error adding symbols: DSO...