Skip to main content
This is lesson 3 of 11 in this module Course 77% complete

Finalizer Performance and Ordering

Premium Content

Sign in with your account or sign up to access this lesson.

The lesson analyses the key disadvantages of finalizers: non-deterministic timing, sequential single-threaded execution, random finalization order that prevents accessing other objects, and the lifetime extension that pushes small short-lived objects into higher generations.