POV-Ray : Newsgroups : povray.off-topic : Haskell raving : Re: Haskell raving Server Time
11 Oct 2024 23:09:57 EDT (-0400)
  Re: Haskell raving  
From: Orchid XP v7
Date: 1 Nov 2007 14:00:03
Message: <472a2233$1@news.povray.org>
Warp wrote:

>   Someone else said that string are actually linked lists of characters
> where each character is garbage-collected. This must require humongous
> amounts of memory, especially considering that one character would only
> require 1 byte...

No - it's Unicode. 24 bits per character. ;-)

But yes, the standard Haskell string type is geared to flexibility, not 
performance. See my ByteString comments...


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.