atheriel / grunge

A coherent noise library in its very early stages.
2 stars 1 forks source link

Consider using Rc instead of Box for modifying modules. #10

Open atheriel opened 10 years ago

atheriel commented 10 years ago

It is not clear that owner pointers are better than shared pointers, especially if one wanted to update the source module. Since this should be memory safe, that might be a more sensible option than cloning boxes, as is done at the moment.