Currently, maximum distance which is used by Priority Queue is hard-coded here. https://github.com/frontw/dynamicvoronoi/blob/master/include/bucketedqueue.h#L4 `push` can fails if an input map size is large because of this implementation.
Currently, maximum distance which is used by Priority Queue is hard-coded here.
https://github.com/frontw/dynamicvoronoi/blob/master/include/bucketedqueue.h#L4
pushcan fails if an input map size is large because of this implementation.