chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Best way to share memory between C and Chicken


From: Thomas Chust
Subject: Re: [Chicken-users] Best way to share memory between C and Chicken
Date: Sun, 05 May 2013 14:37:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 2013-05-05 13:54, Felix wrote:
> [...]
> SRFI-4 vectors live in the normal, heap that is subject to garbage
> collection,
> [...]
> But note that the SRFI-4 constructors accept an optional argument
> which specifies that the vector should be allocated in static,
> non-GC'd memory.
> [...]

Ah, cool. That's probably the perfect solution for large numeric arrays!

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]