You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GC - CACHE AND MARK NON-RECURSIVE
Bye 1000000
SIZE : 1000024
real 0m0.691s
user 0m0.688s
sys 0m0.000s
GC - ORIGINAL MURILO IMPLEMENTATIOn
Bye 1000000
SIZE : 1000024
real 0m8.450s
user 0m2.200s
sys 0m6.232s
Now, I'll try using a parallel thread to manage the collector call.
The text was updated successfully, but these errors were encountered:
Hi! I did an improvement in the @muriloadriano code to garbage collector (https://www.dropbox.com/sh/mnhvoick9nihnye/kzRmByA-1d/garbage_collector). Currently, I'm using a cache to reduce new and delete calls. I did a test and the execution times are:
Now, I'll try using a parallel thread to manage the collector call.
The text was updated successfully, but these errors were encountered: