dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

Online quiescence detection #31

Closed dplyukhin closed 1 year ago

dplyukhin commented 4 years ago

Currently, the quiescence detection algorithm works by batch processing a set of snapshots. An online version could reduce pause times and decrease the time to detect garbage.