acacia icon indicating copy to clipboard operation
acacia copied to clipboard

Implement dimension-specific trees

Open milibopp opened this issue 9 years ago • 2 comments

Hard-coding the dimension of a tree probably allows it to be quite a bit faster. Macros should be used to avoid code duplication similar to how nalgebra works.

milibopp avatar Dec 02 '14 17:12 milibopp

#7 must be addressed first.

milibopp avatar Dec 04 '14 16:12 milibopp

Before #42 is resolved, this can not be solved nicely. Nonetheless, it is possible to work around the problem using the above implementation strategy.

milibopp avatar Feb 04 '15 02:02 milibopp