[GHC] #9960: Performance problem with TrieMap
GHC
ghc-devs at haskell.org
Mon Jan 5 23:19:18 UTC 2015
#9960: Performance problem with TrieMap
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.4
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by ezyang):
Note: this is basically just trie compression, although the specific
scheme doesn't compress long intermediate nodes (and it would be tiresome
to do so, since unlike strings we don't have a handy representation of an
expression with a hole).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9960#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list