Use our own realloc. Thus reduction functions (like filter) allocate on the Haskell...
authorDon Stewart <dons@cse.unsw.edu.au>
Sat, 13 May 2006 05:17:36 +0000 (05:17 +0000)
committerDon Stewart <dons@cse.unsw.edu.au>
Sat, 13 May 2006 05:17:36 +0000 (05:17 +0000)
commit47b3fc37153d12425851fbca1965103f7b1870da
treeba3df3c653ae42e25b86d7b8b39f54c1790704fa
parentd33cd37bf9ecf0f19fd8be230a202d0f144c382c
Use our own realloc. Thus reduction functions (like filter) allocate on the Haskell heap. Makes around 10% difference.
Data/ByteString.hs