Explore >> Select a destination


You are here

trynova.dev
| | boats.gitlab.io
11.8 parsecs away

Travel
| | After the digression in the previous post, it's time to get back to what I promised in the first post: a look at how shifgrethor handles rooting. Shifgrethor's solution is somewhat novel and takes advantage of some of Rust's specific features, so I want to start by looking briefly at some of the other options. How to root a GC'd object There are two broad categories of rooting strategies that are common among precise, tracing garbage collectors:
| | without.boats
11.0 parsecs away

Travel
| |
| | smallcultfollowing.com
18.3 parsecs away

Travel
| |
| | blog.ragozin.info
90.9 parsecs away

Travel
| Concurrent Mark Sweep (CMS) is one of garbage collection algorithms implemented in HotSpot JVM. CMS is designed to be mostly concurrent, ...