Click here to Skip to main content
15,885,216 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: Wordle 657 Pin
StarNamer@work6-Apr-23 23:26
professionalStarNamer@work6-Apr-23 23:26 
GeneralRe: Wordle 657 Pin
Cp-Coder7-Apr-23 1:16
Cp-Coder7-Apr-23 1:16 
GeneralRe: Wordle 657 (I got lucky) Pin
Jeremy Falcon7-Apr-23 4:58
professionalJeremy Falcon7-Apr-23 4:58 
GeneralRe: Wordle 657 Pin
Amarnath S7-Apr-23 5:28
professionalAmarnath S7-Apr-23 5:28 
Generalworldle 440 Pin
jmaida6-Apr-23 6:25
jmaida6-Apr-23 6:25 
GeneralWorldle 440 Pin
OriginalGriff6-Apr-23 19:08
mveOriginalGriff6-Apr-23 19:08 
GeneralC# Embedded Regex Pin
jschell6-Apr-23 6:15
jschell6-Apr-23 6:15 
GeneralRe: C# Embedded Regex Pin
PIEBALDconsult6-Apr-23 7:12
mvePIEBALDconsult6-Apr-23 7:12 
That may help in a very few use cases. I may need to try it in one such case. But generally, I doubt it will be beneficial to many users.

As you say, I don't think having stack trace or debug information will be very beneficial.

I use Regular Expressions a lot -- and I nearly always specify Compiled even when I know it will be used only once, never CompileToAssembly.
When I have a Regular Expression which executes once when I run a utility which runs for only a few seconds, then the "startup" cost is unimportant.
When I have a Regular Expression which executes millions of times when I run a utility which runs for an extended period (several minutes, an hour, etc.), then the "startup" cost is unimportant.

The one place I can think of immediately where maybe this could be of benefit is when I use a Regular Expressions in an SQL Server CLR function -- which is quite a bit actually.
If it can speed that up, then I would use it in that one use case. But it would still affect only static Regular Expressions, not dynamic ones.
GeneralRe: C# Embedded Regex Pin
Dan Neely6-Apr-23 13:03
Dan Neely6-Apr-23 13:03 
GeneralRe: C# Embedded Regex Pin
jschell7-Apr-23 8:56
jschell7-Apr-23 8:56 
GeneralRe: C# Embedded Regex Pin
lmoelleb6-Apr-23 19:19
lmoelleb6-Apr-23 19:19 
GeneralRe: C# Embedded Regex Pin
PIEBALDconsult8-Apr-23 6:19
mvePIEBALDconsult8-Apr-23 6:19 
GeneralRe: C# Embedded Regex Pin
honey the codewitch6-Apr-23 22:40
mvahoney the codewitch6-Apr-23 22:40 
GeneralRe: C# Embedded Regex Pin
jschell7-Apr-23 9:04
jschell7-Apr-23 9:04 
GeneralRe: C# Embedded Regex Pin
honey the codewitch7-Apr-23 10:50
mvahoney the codewitch7-Apr-23 10:50 
GeneralRe: C# Embedded Regex Pin
lmoelleb7-Apr-23 22:48
lmoelleb7-Apr-23 22:48 
GeneralRe: C# Embedded Regex Pin
honey the codewitch8-Apr-23 1:06
mvahoney the codewitch8-Apr-23 1:06 
GeneralWe just put up a sign on our private path .... Pin
0x01AA6-Apr-23 6:08
mve0x01AA6-Apr-23 6:08 
GeneralRe: We just put up a sign on our private path .... Pin
jmaida6-Apr-23 6:37
jmaida6-Apr-23 6:37 
GeneralRe: We just put up a sign on our private path .... Pin
0x01AA6-Apr-23 6:43
mve0x01AA6-Apr-23 6:43 
GeneralRe: We just put up a sign on our private path .... Pin
PIEBALDconsult6-Apr-23 6:46
mvePIEBALDconsult6-Apr-23 6:46 
GeneralRe: We just put up a sign on our private path .... Pin
MarkTJohnson6-Apr-23 7:42
professionalMarkTJohnson6-Apr-23 7:42 
GeneralRe: We just put up a sign on our private path .... Pin
PIEBALDconsult6-Apr-23 7:45
mvePIEBALDconsult6-Apr-23 7:45 
GeneralRe: We just put up a sign on our private path .... Pin
Richard MacCutchan6-Apr-23 21:44
mveRichard MacCutchan6-Apr-23 21:44 
GeneralRe: We just put up a sign on our private path .... Pin
obermd6-Apr-23 9:35
obermd6-Apr-23 9:35 

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.