Question about SubString in DataFrames

Julia does garbage collection to free objects. SubString reference the source string, so even if YOU can’t access the string, it can. Therefor the GC will will not collect the source string. So you don’t need to worry about that.

1 Like