Re: New language feature: array-types

18 Aug
2008
18 Aug
'08
3:29 a.m.
Have a look at http://okmij.org/ftp/Haskell/eliminating-array-bound-check.lhs
On Mon, Aug 18, 2008 at 8:16 AM, Ramin Honary
Really? Where the bounds checking can be done at compile-time? (Excluding cases where the array object is accessed by a constant value set at run-time...) I have seen an array type, but not a "bounded array" type where the size of the array is given in the type definition, (as I explained with the example in my last e-mail.) Then is there any work being done in Haskell prime to improve the efficiency of updating arrays. From the wiki pages I have read, it is impossible to make any array that updates faster than O(n). (Also, should I send replies to the haskell wiki?)
6119
Age (days ago)
6119
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lennart Augustsson