Skip to content

Commit

Permalink
wip: add nl
Browse files Browse the repository at this point in the history
  • Loading branch information
markxoe committed Jun 3, 2024
1 parent 0244a1a commit 32d5bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/maps/link_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl LinkMap {
}

links_counter += 1;

if links_counter % shrink_every == 0 {
links.shrink_to_fit();
}
Expand Down

0 comments on commit 32d5bd2

Please sign in to comment.