bertvandepoel / snelSLiM

A linguistic set of tools in Go and web interface in PHP to do quick Stable Lexical Marker Analysis
GNU Affero General Public License v3.0
3 stars 0 forks source link

Nil variables when no longer in use #15

Closed bertvandepoel closed 5 years ago

bertvandepoel commented 5 years ago

When variables go unused, the memory used to store them could be freed. Since we might be working with large amounts of data, a check should be done we aren't holding on to lots of "unused" memory while still having a long time to go in the analysis.

bertvandepoel commented 5 years ago

Due to marker detail report requiring the main candidates for nilling in early parts of the analyser, this seems no longer worth it.