[GHC] #1473: isSpace is too slow

GHC trac at galois.com
Sun Jul 1 07:12:01 EDT 2007


#1473: isSpace is too slow
-----------------------------+----------------------------------------------
  Reporter:  igloo           |          Owner:         
      Type:  bug             |         Status:  new    
  Priority:  normal          |      Milestone:  _|_    
 Component:  libraries/base  |        Version:  6.6.1  
  Severity:  normal          |       Keywords:         
Difficulty:  Unknown         |             Os:  Unknown
  Testcase:                  |   Architecture:  Unknown
-----------------------------+----------------------------------------------
In the thread starting http://www.haskell.org/pipermail/glasgow-haskell-
 users/2007-May/012608.html
 Neil Mitchell compares the speed is isSpace to C's functions:
 {{{
 C's isspace: 0.375
 C's iswspace: 0.400
 Char.isSpace: 0.672
 }}}
 The thread contains some discussions of possible solutions.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1473>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


More information about the Glasgow-haskell-bugs mailing list