Ellipsis-Labs / sokoban

Compact, efficient data structures in contiguous byte arrays
https://docs.rs/lib-sokoban/latest/sokoban
MIT License
102 stars 17 forks source link

add generic heap implementation #4

Closed fabioibanez closed 2 years ago

fabioibanez commented 2 years ago

PR to add a generic heap data structure that fits into fixed buffers.

Tried to make the tests comparable to data structures implemented with NodeAllocator.

jarry-xiao commented 2 years ago

Please remove the .DS_Store file from the PR

jarry-xiao commented 2 years ago

Why are there so many changes in the other files?