Skip to content

Commit

Permalink
Refactor: Temporarily close unused ucset parts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Jan 31, 2023
1 parent ef698f2 commit 54059a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/engine_umem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
#include <filesystem> // Enumerating the directory
#include <fstream> // Passing file contents to JSON parser

// TODO: These alternative containers need further testing:
// #include <ucset/consistent_avl.hpp> // `ucset::consistent_avl_gt`
// #include <ucset/partitioned.hpp> // `ucset::partitioned_gt`
#include <ucset/consistent_set.hpp> // `ucset::consistent_set_gt`
#include <ucset/consistent_avl.hpp> // `ucset::consistent_avl_gt`
#include <ucset/locked.hpp> // `ucset::locked_gt`
#include <ucset/partitioned.hpp> // `ucset::partitioned_gt`

#include <nlohmann/json.hpp> // `nlohmann::json`
#include <arrow/io/file.h> // `arrow::io::ReadableFile`
Expand Down

0 comments on commit 54059a4

Please sign in to comment.