Skip to content

Comment on Fast Nearest Neighbor Queries in Haskellparent

Comments

GHC has great optimizations within the scope of modules (and seems to balance for the right level of polymorphism/modularity/linking), and can inline some things across module boundaries. But at the level of entire programs more advanced optimizations are possible; I gather there are tradeoffs too.

http://mlton.org/

https://www.reddit.com/r/haskell/comments/2tpmbo/what_on_ear...

http://stackoverflow.com/questions/4720499/possible-optimiza...

ML isn't that popular though right? Would it be fair to say GHC had the most impressive optimizations of mainstream language?

With that said I certainly wonder why ML isn't more popular!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.