Skip to content

Commit 4d3b9c7

Browse files
committed
Faster day 6
1 parent cfc9c3d commit 4d3b9c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/06.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ fn does_start_pos_loop(grid: &Grid<char>, start_pos: Point) -> bool {
6868
direction: UP,
6969
};
7070
let mut visited = FxHashSet::with_capacity_and_hasher(10_000, Default::default());
71-
//let mut visited = FnvIndexSet::<Guard, 10_000>::new();
7271
visited.insert(guard.clone());
7372

7473
while let Some(new_guard) = guard.turn(grid) {

0 commit comments

Comments
 (0)