Ticket #1473 (new bug)
isSpace is too slow
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | libraries/base | Version: | 6.6.1 |
| Keywords: | Cc: | gwern0@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

