Skip to content

Commit

Permalink
Implement a wait-free AtomicLogBuffer (vesoft-inc#16)
Browse files Browse the repository at this point in the history
* Implement a wait-free AtomicLogBuffer

* Add InMemoryLogBufferList and add benchmark for read test

* Adjust the interface and update the benchmark with get log msg each iter.

* Use tail to accelerate mark oepration and update the benchmark
  • Loading branch information
dangleptr authored May 9, 2020
1 parent 19e5e3c commit a319500
Show file tree
Hide file tree
Showing 8 changed files with 1,260 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ add_compile_options(-Werror)
add_compile_options(-Wunused-parameter)
add_compile_options(-Wshadow)
add_compile_options(-Wno-invalid-pch)
add_compile_options(-Wno-strict-aliasing)

if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
# This requries GCC 5.1+
Expand Down
Loading

0 comments on commit a319500

Please sign in to comment.