Sky89
unread,May 2, 2018, 10:17:29 PM5/2/18You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello...
I think i have found another problem about garbage collecting..
When you want to "force" garbage collecting in Java and C# and the like
to free "immediatly" the memory to optimize more the system, this will
be "expensive", it is like you will make the serial part of a parallel
program "bigger", because Java and C# are amortizing garbage collecting
by not running it "every" time to collect each object.. this is the big
problem of garbage collecting of Java and C# and the like, and now
i am becoming more smart.
Thank you,
Amine Moulay Ramdane.