Skip to content

Commit 13d8a0d

Browse files
Remove TODO from edge sorting method
1 parent 8e0ec97 commit 13d8a0d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/librrgraph/src/base/rr_graph_storage.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,9 +824,6 @@ class t_rr_graph_storage {
824824
template <typename t_comp_func>
825825
void sort_edges(t_comp_func comparison_function) {
826826

827-
// TODO: If you're from the future where VtR is compiled with at least C++23, please rewrite this function to use std::ranges::zip_view instead.
828-
// That would make the sorting in-place and much more efficient.
829-
830827
size_t num_edges = edge_src_node_.size();
831828
std::vector<size_t> edge_indices(num_edges, 0);
832829

0 commit comments

Comments
 (0)