Skip to content

Commit

Permalink
feat(perf): turn on perf boost
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Dec 5, 2024
1 parent e6fa8da commit 830f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimize.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ func moveToFront[El any](i int, s []El) []El {
return s
}

const dynamicReordering = false
const dynamicReordering = true

0 comments on commit 830f990

Please sign in to comment.