Skip to content

Commit e97350f

Browse files
author
Julian LALU
committed
Improve hashset hashmap
1 parent 6c35f64 commit e97350f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

interface/core/containers/hashset.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
// TODO:
2121
// Move common to a common class that contains max_slot_count_, count_, control_ptr_, slot_ptr_ and free_slot_before_grow_
22-
// Use compressed_pair with allocator and the common object
23-
// Add hasher and equal object added in compressed_pair like compressed_pair<allocator, compressed_pair<hasher, compressed_pair<equal, common>>>
24-
// Maybe create a compressed_tuple? ;)
25-
2622
// Hashset
2723
// Difference with STL:
2824
// - Don't use is_transparent because we don't have the nessecity to keep compatibility with existing code.

0 commit comments

Comments
 (0)