# Reducing memory consumption in ruby with frozen strings
4 min read
In ruby, lots of times we have to deal with several strings, whether we are working with a rails application and we are building JSON responses, or we have a script that tokenizes and manipulates…