c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
112 stars 72 forks source link

Use Persistent symbols for access objects #30

Closed EricTheMagician closed 9 years ago

EricTheMagician commented 9 years ago

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.

c4milo commented 9 years ago

:+1: :+1: :+1: