marray Questions
1
Solved
I want to implement a dynamic programming algorithm polymorphic in the score type; here's a simplified 1D version with no boundary conditions:
{-# LANGUAGE ConstraintKinds, FlexibleContexts, RankN...
Empress asked 9/3, 2013 at 14:37
1
Solved
I'm working on a sorting library for MArrays. Speed is important, so I want to optimize it as much as possible.
Currently, I simply INLINE the sorting functions. This speeds up the code more than ...
Ahmedahmedabad asked 15/1, 2013 at 8:17
2
Solved
let's say I've got the following type :
data MyType = Constructor0 | Constructor1 | Constructor2
deriving (Eq,Show,Enum)
Is there a way to create one of such instances :
MArray (STUArray s) My...
1
© 2022 - 2024 — McMap. All rights reserved.