Skip to content

Commit

Permalink
Migrated chunk caching utilities to the new tatami_chunked library. (#65
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LTLA authored Jul 12, 2023
1 parent 7b356d0 commit 48d677e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 638 deletions.
93 changes: 0 additions & 93 deletions include/tatami/chunked/LruChunkCache.hpp

This file was deleted.

183 changes: 0 additions & 183 deletions include/tatami/chunked/OracleChunkCache.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions include/tatami/tatami.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
#include "utils/Oracles.hpp"
#include "utils/process_consecutive_indices.hpp"

#include "chunked/LruChunkCache.hpp"
#include "chunked/OracleChunkCache.hpp"

#include "stats/sums.hpp"
#include "stats/variances.hpp"
#include "stats/medians.hpp"
Expand Down
3 changes: 0 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ add_executable(
src/sparse/SemiCompressedSparseMatrix.cpp
src/sparse/SparseSecondaryExtractorCore.cpp

src/chunked/LruChunkCache.cpp
src/chunked/OracleChunkCache.cpp

src/stats/sums.cpp
src/stats/variances.cpp
src/stats/medians.cpp
Expand Down
93 changes: 0 additions & 93 deletions tests/src/chunked/LruChunkCache.cpp

This file was deleted.

Loading

0 comments on commit 48d677e

Please sign in to comment.