Skip to content

Commit da767cc

Browse files
committed
Switching over to rocksdb
1 parent e7229bf commit da767cc

File tree

176 files changed

+2237
-32100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+2237
-32100
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "deps/snappy/snappy"]
22
path = deps/snappy/snappy
33
url = https://github.com/google/snappy.git
4+
[submodule "deps/rocksdb/rocksdb"]
5+
path = deps/rocksdb/rocksdb
6+
url = https://github.com/facebook/rocksdb.git

benches/results/DB1KiB.chart.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div style="max-width: 800px">
19-
<canvas id="chart1654353206052" width="16" height="9"></canvas>
19+
<canvas id="chart1654522462556" width="16" height="9"></canvas>
2020
</div>
2121
<script>
2222
const format = (num) => {
@@ -34,10 +34,10 @@
3434

3535
return chunked.map((chunk) => chunk.join("")).join(" ");
3636
};
37-
const ctx1654353206052 = document
38-
.getElementById("chart1654353206052")
37+
const ctx1654522462556 = document
38+
.getElementById("chart1654522462556")
3939
.getContext("2d");
40-
const chart1654353206052 = new Chart(ctx1654353206052, {
40+
const chart1654522462556 = new Chart(ctx1654522462556, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -48,7 +48,7 @@
4848
],
4949
datasets: [
5050
{
51-
data: [52488, 32500, 41399, 21095],
51+
data: [58249, 30449, 35626, 16480],
5252
backgroundColor: [
5353
"rgba(63, 142, 252, 0.8)",
5454
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)