From d2de184f27b9980c77af60e6691ebbcbda997255 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Tue, 10 Oct 2023 15:36:21 -0700 Subject: [PATCH] Add TODO reminder --- include/cuco/detail/open_addressing/open_addressing_impl.cuh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cuco/detail/open_addressing/open_addressing_impl.cuh b/include/cuco/detail/open_addressing/open_addressing_impl.cuh index f1a595230..04a0f8a97 100644 --- a/include/cuco/detail/open_addressing/open_addressing_impl.cuh +++ b/include/cuco/detail/open_addressing/open_addressing_impl.cuh @@ -682,6 +682,7 @@ class open_addressing_impl { [[nodiscard]] constexpr storage_ref_type storage_ref() const noexcept { return storage_.ref(); } protected: + // TODO: cleanup by using equal wrapper as a data member key_type empty_key_sentinel_; ///< Key value that represents an empty slot value_type empty_slot_sentinel_; ///< Slot value that represents an empty slot key_type erased_key_sentinel_; ///< Key value that represents an erased slot