View Single Post
  #30  
Old 01-22-2010, 10:38 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by coreys View Post
Who cares?
I do.

I don't want any more codebases that I work on to get splattered with crazy stuff that no one understands except the people who need to come in and waste their time fixing it later.

Quote:
"omg why doesn't this code run faster"
"That is because the GS2 implementation of regex uses the backtracking algorithm which, while allowing for more expressive patterns, is not as efficient as other algorithms that construct a NFA to a DFA."
"wat??????? can u fix it"
"!@#$"

I seriously have not ever had a use for regex in my whole time scripting GS2 and I don't want any of these potential situations, so I'd prefer for it to not be implemented.
Reply With Quote