Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Workload specs are in [workloads.md](workloads_en.md).
- [include/ycsb.hh](../include/ycsb.hh), [include/bomb.hh](../include/bomb.hh), [include/bomb_pessimistic.hh](../include/bomb_pessimistic.hh), [include/dbomb_deterministic.hh](../include/dbomb_deterministic.hh), [include/sbomb_deterministic.hh](../include/sbomb_deterministic.hh), [include/workload.hh](../include/workload.hh) — workload entry points
- [common/](../common/) — shared sources used across protocols
- [cc/](../cc/) — one subdirectory per concurrency control protocol (`cc/silo/`, `cc/cicada/`, …), each with a single-call `CMakeLists.txt` and the `<workload>_<protocol>.cc` entry points
- [third_party/](../third_party/) — submodules: `masstree`, `mimalloc`, `googletest`, `spdlog`
- [third_party/](../third_party/) — submodules: `masstree`, `mimalloc`, `googletest`
- [build_tools/](../build_tools/) — bootstrap scripts and `ubuntu.deps` (apt package list)
- [cmake/](../cmake/) — shared CMake modules: `CompileOptions.cmake`, [Options.cmake](../cmake/Options.cmake) (universal `-D` flags), [ProtocolHelpers.cmake](../cmake/ProtocolHelpers.cmake) (`ccbench_add_protocol`)
- [docs/](.) — this directory
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CCBench は主要な in-memory 並行性制御プロトコルを **共通の基
- [include/ycsb.hh](../include/ycsb.hh), [include/bomb.hh](../include/bomb.hh), [include/bomb_pessimistic.hh](../include/bomb_pessimistic.hh), [include/dbomb_deterministic.hh](../include/dbomb_deterministic.hh), [include/sbomb_deterministic.hh](../include/sbomb_deterministic.hh), [include/workload.hh](../include/workload.hh) — 各ワークロードのエントリポイント
- [common/](../common/) — 全プロトコル共通のソース
- [cc/](../cc/) — 各 CC プロトコルのサブディレクトリ (`cc/silo/`, `cc/cicada/`, ...)。各々 1 行で済む `CMakeLists.txt` と `<workload>_<protocol>.cc` のエントリポイントを持つ
- [third_party/](../third_party/) — submodules: `masstree`, `mimalloc`, `googletest`, `spdlog`
- [third_party/](../third_party/) — submodules: `masstree`, `mimalloc`, `googletest`
- [build_tools/](../build_tools/) — bootstrap スクリプトと `ubuntu.deps` (apt パッケージリスト)
- [cmake/](../cmake/) — 共有 CMake モジュール: `CompileOptions.cmake`、[Options.cmake](../cmake/Options.cmake) (汎用の `-D` フラグ群)、[ProtocolHelpers.cmake](../cmake/ProtocolHelpers.cmake) (`ccbench_add_protocol`)
- [docs/](.) — このディレクトリ
Expand Down
27 changes: 0 additions & 27 deletions include/logger.h

This file was deleted.

Loading