justinhj / astar-algorithm-cpp

Implementations of the A* algorithm in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allocator

CalebLost opened this issue · comments

You should be careful about the memory alignment of the USER_TYPE

The user can take responsibility for padding that if that level of efficiency is needed for a particular application