mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 23:43:31 +00:00
c2bb3f1c00dedd593aabadd162b56c591b597217
This do the following chagnes in the estimated_histogram, it uses int64_t over unsigned to be compatible to origin and the API. It adds a getter to the buckets and change the getteer to the bucket_offset to be const. It adds a get min and max similiar to origin. And it adds a merge function to merge estimated histogram. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Submodules
Urchin uses submodules, so make sure you pull the submodules first by doing:
git submodule init
git submodule update
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev
Description
Languages
C++
72.1%
Python
26.7%
CMake
0.3%
GAP
0.3%
Shell
0.3%