|
|
|
|
|
by hunterloftis
4615 days ago
|
|
A primary goal of newton is to be accessible, simple, easily read JavaScript with a minimal build step, so I don't plan on moving to something like LLJS. However, I agree that GC friendliness should be a priority. I may implement object pooling (again), but, after a branch testing just that, I found no significant performance improvement over the existing mutable-by-default Vectors. On the other hand, the vec2 class of glMatrix looks fantastic and this is something to consider. Thanks! |
|