BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.16k stars 169 forks source link

Change double to float, check performance #9

Closed BlueRaja closed 8 years ago

BlueRaja commented 8 years ago

I believe a smaller value like float would increase performance. Try it out and see if it does.

BlueRaja commented 8 years ago

This has now been implemented in the Version_3_0 branch. It gives ~5% increase in performance.

BlueRaja commented 8 years ago

Completed in #13