3 votes
Accepted
Optimization of entropy-based wordle solver on haskell
For posterity, I added this to the file to get it to compile as a single, standalone executable: {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ScopedTypeVariables #-} import Control.Monad import ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
profiling × 6075performance × 857
java × 844
c++ × 660
python × 590
c# × 340
linux × 321
c × 292
.net × 255
profiler × 249
javascript × 242
memory × 217
optimization × 210
perf × 188
php × 186
android × 163
visual-studio × 149
debugging × 149
cuda × 141
haskell × 139
multithreading × 136
gprof × 135
memory-leaks × 134
node.js × 133
visualvm × 116