StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Don Stewart

Rating
1638.82 (724th)
Reputation
129,948 (484th)
Page: 1 ... 4 5 6 7 8 ... 23
Title Δ
Randomly permuting large lists (over 100 million elements) +0.30
Does ghc-gc-tune 0.2.1 work with ghc 7.4.1? 0.00
GHC fails to load fftw bindings, what's it's issue? 0.00
Functional approach to a shopping basket 0.00
Problems hard to implement in functional programming 0.00
Side effects in Scala +1.15
Profiling the cost of polymorphism? 0.00
Downloading a file regularly 0.00
How do I properly define an empty string in haskell? -1.26
Efficient Data Structure for adding/removing from start and end and... +0.06
Why does TemplateHaskell cause GHC to load packages? +1.53
What is the easiest way to update an immutable AST? -0.16
What is Lambda definability? 0.00
Track down Haskell segfault -0.23
Why MVar does not work with `par`? +0.30
Does immutability cause performance problems? 0.00
How has Haskell changed? +1.52
How to determine data's constructor from foreign code? 0.00
Why is `logBase 10 x` slower than `log x / log 10`, even when speci... +0.31
Why use tuples in Finger Trees vs Linked Lists etc 0.00
Is it possible to see package download stats from Hackage? 0.00
Can I use haskell platform with GHC 7.4.2? 0.00
Is there any link between functional programming and strong typing? +0.52
Read Word128 from a bytestring 0.00
haskell scala interoperability -1.05
How to use GADTs in Hugs +1.63
Why does adding a polymorphic type signature degrade performance? +2.13
Is my rewritten foldl function optimised? -0.63
"Possibly incorrect indentation" in Haskell case statement 0.00
Parsing an element of variable type in Haskell -0.11
Difference between GHC's -O and -O2 0.00
Haskell: Defining strict data +0.29
Why doesn't Haskell/GHC support record name overloading +0.74
Full definition of .cabal file syntax 0.00
Haskell's algebraic data types: "pseudo-extend" +0.32
How do exceptions in Haskell work? 0.00
Is it possible to "hide" language extensions? +1.56
F# version of haskell pattern match -0.61
Testing Parsec parsers by generating inputs with QuickCheck 0.00
What are some obvious optimizations for a virtual machine implement... +1.67
Lazy evaluation of terms in an infinite list in Haskell +1.68
Why isn't every type part of Eq in Haskell? -1.56
How can I allocate and re-use a C struct from Haskell? 0.00
Haskell: Non-strict boolean operations -1.32
Idiomatic way to represent sum type (Either a b) in Clojure +0.74
Haskell: List fusion, where is it needed? -0.89
Haskell code with Gloss lib doesn't compile 0.00
count occurences of elements -0.40
Catching errors thrown with `error`? -2.51
scala - Min/max with Option[T] for possibly empty Seq? +0.46