Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 committed Feb 20, 2024
1 parent fba2fcc commit 189cdfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flex/utils/pthash_utils/ef_sequence_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ struct ref_vector {
size_t size_;
};

// This code is an adaptation from
// https://github.com/jermp/pthash/blob/master/include/encoders/bit_vector.hpp
struct bit_vector_view {
const uint64_t* data() const { return m_bits.data(); }

Expand Down

0 comments on commit 189cdfb

Please sign in to comment.