Skip to content

Commit

Permalink
Refactor: update container and remove unused codes. (#1227)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

1. Remove some codes of benchmark directory
2. Change table restricts container from std::unordered_set to std::set.

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN authored May 19, 2024
1 parent a0bd724 commit 7ad1197
Show file tree
Hide file tree
Showing 74 changed files with 207 additions and 3,088 deletions.
9 changes: 1 addition & 8 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ include_directories("${CMAKE_SOURCE_DIR}/src")
add_definitions(-march=native)

add_subdirectory(common)
add_subdirectory(embedding)
add_subdirectory(local_infinity)
add_subdirectory(remote_infinity)
add_subdirectory(blocking_scheduler)
add_subdirectory(polling_scheduler)
add_subdirectory(csv)
add_subdirectory(toml)
add_subdirectory(wal)
add_subdirectory(fst)
add_subdirectory(remote_infinity)
48 changes: 0 additions & 48 deletions benchmark/blocking_scheduler/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions benchmark/blocking_scheduler/buffer.h

This file was deleted.

41 changes: 0 additions & 41 deletions benchmark/blocking_scheduler/buffer_queue.h

This file was deleted.

42 changes: 0 additions & 42 deletions benchmark/blocking_scheduler/fragment.cpp

This file was deleted.

85 changes: 0 additions & 85 deletions benchmark/blocking_scheduler/fragment.h

This file was deleted.

68 changes: 0 additions & 68 deletions benchmark/blocking_scheduler/operator.h

This file was deleted.

Loading

0 comments on commit 7ad1197

Please sign in to comment.