[GHC] #13165: Speed up the RTS hash table
GHC
ghc-devs at haskell.org
Mon Feb 6 05:02:11 UTC 2017
#13165: Speed up the RTS hash table
-------------------------------------+-------------------------------------
Reporter: dobenour | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Runtime System | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by siddhanathan):
Different implementations for different key types would be nice. Doing so
would allow type specific optimizations, such as using judy arrays for
string keys.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13165#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list