Click here to Skip to main content
15,886,049 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
PIEBALDconsult24-Dec-20 8:22
mvePIEBALDconsult24-Dec-20 8:22 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
honey the codewitch24-Dec-20 9:46
mvahoney the codewitch24-Dec-20 9:46 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
PIEBALDconsult24-Dec-20 10:53
mvePIEBALDconsult24-Dec-20 10:53 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
honey the codewitch24-Dec-20 11:54
mvahoney the codewitch24-Dec-20 11:54 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
PIEBALDconsult24-Dec-20 12:27
mvePIEBALDconsult24-Dec-20 12:27 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
honey the codewitch24-Dec-20 13:00
mvahoney the codewitch24-Dec-20 13:00 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
PIEBALDconsult24-Dec-20 13:34
mvePIEBALDconsult24-Dec-20 13:34 
GeneralRe: Hey JSOP! Whoops I mean PIEBALDconsult! Sorry! Pin
honey the codewitch24-Dec-20 15:48
mvahoney the codewitch24-Dec-20 15:48 
DFA engines don't typically (if ever) backtrack. Microsoft's is an NFA engine.

DFA engines are faster, but take longer to compile and support less kinds of matching. Basically DFAs support standard regex ()[^-]*?. but nothing fancy like lazy matching** or atomic zero width assertions.

** apparently someone on CP has produced a research DFA regex engine that can do lazy matches by engaging in some sorcery in the way it builds the states for the machines, but typically they cannot.
Real programmers use butterflies

GeneralDilbert OTD: working from home problems Pin
OriginalGriff23-Dec-20 0:27
mveOriginalGriff23-Dec-20 0:27 
GeneralRe: Dilbert OTD: working from home problems Pin
rnbergren23-Dec-20 3:51
rnbergren23-Dec-20 3:51 
GeneralRe: Dilbert OTD: working from home problems Pin
Slow Eddie24-Dec-20 2:18
professionalSlow Eddie24-Dec-20 2:18 
GeneralRe: Dilbert OTD: working from home problems Pin
Kirk 1038982124-Dec-20 8:15
Kirk 1038982124-Dec-20 8:15 
GeneralThe weird issues and workarounds we sometimes have to deal with Pin
Jacquers22-Dec-20 21:37
Jacquers22-Dec-20 21:37 
GeneralRe: The weird issues and workarounds we sometimes have to deal with PinPopular
Jörgen Andersson23-Dec-20 0:45
professionalJörgen Andersson23-Dec-20 0:45 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
OriginalGriff23-Dec-20 0:47
mveOriginalGriff23-Dec-20 0:47 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Jörgen Andersson23-Dec-20 2:55
professionalJörgen Andersson23-Dec-20 2:55 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Jacquers23-Dec-20 0:53
Jacquers23-Dec-20 0:53 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Jörgen Andersson23-Dec-20 2:52
professionalJörgen Andersson23-Dec-20 2:52 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Rob_P23-Dec-20 21:37
Rob_P23-Dec-20 21:37 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Kirk 1038982124-Dec-20 8:22
Kirk 1038982124-Dec-20 8:22 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Slacker00723-Dec-20 1:14
professionalSlacker00723-Dec-20 1:14 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Jacquers23-Dec-20 1:30
Jacquers23-Dec-20 1:30 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Slacker00723-Dec-20 1:33
professionalSlacker00723-Dec-20 1:33 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Jacquers23-Dec-20 1:36
Jacquers23-Dec-20 1:36 
GeneralRe: The weird issues and workarounds we sometimes have to deal with Pin
Sander Rossel23-Dec-20 2:05
professionalSander Rossel23-Dec-20 2:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.