Prior to me taking over the project, the attributes of file_info objects were accessed by persistent objects instead of creating a new string object every time.
However, due to the changes from nan v1 to nan v2, it was not clear to me how persistent objects were assigned. Now, I have a much better understanding of persistent objects in v8 and I have brought them back.
Prior to me taking over the project, the attributes of file_info objects were accessed by persistent objects instead of creating a new string object every time. However, due to the changes from nan v1 to nan v2, it was not clear to me how persistent objects were assigned. Now, I have a much better understanding of persistent objects in v8 and I have brought them back.