Finishing string support takes longer due to the implementation of a reference count system, which will use the ownership model similar to what is proposed for the Lobster language. The advantage of this system is that the reference counting is mainly done during compile time, which should take away around 95% of the traditional runtime reference count operations. Another reason for implementing an ownership model is to prevent unexpected changes to string references, such as: