grafeo / grafeo

Graph Library for C and Python
GNU General Public License v3.0
1 stars 0 forks source link

Memory Management #26

Open anderflash opened 9 years ago

anderflash commented 9 years ago

It could be better to tackle with memory management (arrays, ranges, queues...).

GCC has special methods to be called before and after main (e.g. to clean memory).

Another way is to count references

anderflash commented 9 years ago

The Garbage Collection Handbook: The Art of Automatic Memory Management