Re: [Haskell-cafe] Re: OCaml list sees abysmalLanguage Shootoutresults

11 Oct
2004
11 Oct
'04
6:43 a.m.
No, you still have to copy "aaaa" so you can change the tail pointer
Do you? If "aaaa" is treated as a single buffer contents (IE implemented as a UArray Int Char for example) then as our 'new' list implementation# can have cells which are single elements of buffers of elements, we simply 'cons' the buffer onto the beginning of the list (IE the next pointer is not in the constants string but the cell containing it) Keean.
7527
Age (days ago)
7527
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE