Home › Forums › KX Academy › Issues with Filling Missing Values in Dictionaries › Re: Issues with Filling Missing Values in Dictionaries
-
Note that there should be some consideration whether using a symbol is appropriate for the data in question. Chances are, if it is, you should already have been using symbols in the first place. Casting arbitrary strings to symbols will cause them to persist in memory until the process exits. This might not have an impact if you are just trying out toy examples, but it can lead to “symbol leak” if it happens on a production system that processes a large amount of data.