[GHC] #8712: Data.Ix missing info on row/column major indexing

GHC ghc-devs at haskell.org
Wed Jan 29 06:10:22 UTC 2014


#8712: Data.Ix missing info on row/column major indexing
-------------------------------------+-------------------------------------
        Reporter:  mirpa             |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  libraries/base    |          Version:  7.6.3
      Resolution:                    |         Keywords:  row, column,
Operating System:  Unknown/Multiple  |  major, Ix
 Type of failure:  Documentation     |     Architecture:  Unknown/Multiple
  bug                                |       Difficulty:  Easy (less than 1
       Test Case:                    |  hour)
        Blocking:                    |       Blocked By:
                                     |  Related Tickets:
-------------------------------------+-------------------------------------

Comment (by carter):

 Hey Mirpa,

 i warmly recommend not using Ix and Array types from base when indexing
 into multidimensional arrays,
 juicy pixels has some decent bare bones facilities that should be easier
 to use http://hackage.haskell.org/package/JuicyPixels-3.1.3.2/docs/Codec-
 Picture.html

 likewise, I have some work in progress apis for multi dimensional arrays i
 hope to release soon.

 alternatively, REPA, YARR and/or ACCELERATE are all nice libs that can
 really shine on image related work loads.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8712#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list