digitsensitive / astar-typescript

A* search algorithm in TypeScript
MIT License
89 stars 18 forks source link

feat: remove lodash #30

Closed chrisk-7777 closed 2 years ago

chrisk-7777 commented 3 years ago

I understand a recent version of this package did selective imports of lodash, but it still seems to include the full version of lodash.

This can be validated on Bundlephobia https://bundlephobia.com/package/astar-typescript@1.2.5

With a few simple inline functions we can completely remove the need for lodash, changing the size of this library from ~75k to 4kb.

chrisk-7777 commented 3 years ago

@digitsensitive Cheers - conflicts resolved