#3563: A couple of additions to Data.Bits
---------------------------------+------------------------------------------
    Reporter:  porges            |        Owner:              
        Type:  proposal          |       Status:  new         
    Priority:  normal            |    Milestone:  Not GHC     
   Component:  libraries/base    |      Version:  6.11        
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:  Unknown     
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by gwicke):

 * cc: gabr...@… (added)


Comment:

 I have created a package with bindings to GCC's built-in bit operations,
 which normally exploit native instructions and are thus faster than an
 implementation in terms of current Data.Bits primitives:
    * Browse:  http://dev.wikidev.net/hg/bits-extras/file/tip
    * Checkout using Mercurial: {{{hg clone http://dev.wikidev.net/hg/bits-
 extras}}}

 This fills my current needs, but is just a stop-gap until GHC has full
 support for these operations. Ticket #4102 discusses native support for
 these higher-level operations in GHC.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3563#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to