meteoinfo / wContour_CSharp

Contour related algorithm

Home Page:http://www.meteothink.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance

maeneak opened this issue · comments

I was playing with this library and found i could get significant performance improvements by changing the object classes to structs. There were a few code changes to correct breaking changes but i found a 50% speed increase in most use cases.

(I'm not the maintainer, just a user with one contribution.)

That sounds great, would you be willing to share a pull request? I'd be happy to use it even if it doesn't get accepted.