I removed bench/ycsb.cc since we no longer use it (it's superseded by run_custom.cc). I also replaced references to ALEX with std::map instead (the benchmarks that use ALEX are not benchmarking ALEX's performance; they just need the functionality of an ordered map).
I removed
bench/ycsb.cc
since we no longer use it (it's superseded byrun_custom.cc
). I also replaced references to ALEX withstd::map
instead (the benchmarks that use ALEX are not benchmarking ALEX's performance; they just need the functionality of an ordered map).Resolves #104.