logicomacorp / WaveSabre

Official WaveSabre repository
MIT License
246 stars 34 forks source link

Plain arrays #8

Closed kusma closed 5 years ago

kusma commented 5 years ago

Here's a PR that inlines a few arrays from separate heap allocations into the parent objects. This should be a net win, as we do less work, and we always need this memory anyway.