[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] Memory dellocation
From: |
Thien-Thi Nguyen |
Subject: |
Re: [libredwg] Memory dellocation |
Date: |
Tue, 10 Aug 2010 01:44:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Rodrigo Rodrigues da Silva <address@hidden>
() Mon, 09 Aug 2010 19:27:07 +0200
Option 2 seems too 'easy' and weird. Is it common to use a garbage
collector inside a library? If the client program uses libgc as well,
is that possible that lib and program conflict?
Please let me know what you think.
Doing a lot of programming in (Guile) Scheme, i tend to view option 2
as a good idea. I'd go so far as to propose doing all of LibreDWG in
Scheme (for version 1), keeping C in mind for optimization later.
Perhaps this would be too easy in some ways and too difficult in others.
More on topic: FWIW, Guile 2.x has libgc as a dependency.