Jump to content
SSForum.net is back!

Recommended Posts

Posted

normally i don't post about stuff that i have optimized, i only mention it in the changes list of the new version, but i think this is worth mentioning.

 

The algorithm that i have now is a whooping 85% faster than it first was, on line width = 20.

I must say that's pretty impressive blum.gif

 

And i think the new algorithm is even faster for bigger width, as i was able to decrease the complexity of the old one ( O(n²) ) to O(n) in the new one ( O(n*n/2) to O(n*4) to be exact )

Guest
This topic is now closed to further replies.
×
×
  • Create New...