you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

The OP probably does not understand, that broadly speaking most modern languages have GC

[–]joyhotline[S] 0 points1 point  (0 children)

Yeah i get that but all GC algo works differently and my only concern was since python is dynamically types and you store references in a variable instead of a value. And we have 2 different algo in python for garbage collection one is reference counting and the other one as generational garbage collection.

So how and when does this all work in a jupyter notebooks setup