JoeGeeky

Stories submitted by JoeGeeky

Casting just a little faster(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 3 months, 19 days ago

This is a tip for the micro-optimizers in the crowd. Got a tight loop and need a little more performance. This may help. read more...

1 comment |category: |Views: 368

tags: another

The Pre-emptively active Activator(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 3 months, 25 days ago

This is a nice pattern to help offset the cost of object construction read more...

1 comment |category: |Views: 122

tags: another

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 4 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

Log4Net... Friend or Foe?(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 8 days ago

This is one of those micro-optimization issues that few people will need to worry about, but its valuable information none-the-less. read more...

add a comment |category: |Views: 8

tags: another

Stay out of the JIT's way(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 11 days ago

This is a nice reminder on how to let the JIT make your code just a little faster. read more...

1 comment |category: |Views: 159

tags: another

Being recursive(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 14 days ago

This is a nice article about making recursive calls more efficient in .NET. read more...

add a comment |category: |Views: 13

tags: another

Take a byte out of time(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

This is an easy pattern to save a little space on the wire. In high performance scenarios that can help make the difference on whether or not you can meet SLA. read more...

add a comment |category: |Views: 1

tags: another

Wrap config settings for speedier access(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Measurably increases performance when working with config file. Simple pattern read more...

add a comment |category: |Views: 9

tags: another

SCRUM-tastic Tuesday - Manager Interruptus(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Sometimes those managers can just get in the way of us doing our work. read more...

add a comment |category: |Views: 4

tags: another

SCRUM-tastic Tuesday - Dealing with naysayers(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 1 month ago

Nag, Nag, Nag, can we just get on with it. read more...

add a comment |category: |Views: 11

tags: another

A faster way to take out the Garbage(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

Here is config that is often overlooked and can be really valuable for some applications. read more...

add a comment |category: |Views: 7

tags: another

Putting your DataTable on a diet(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

A reminder of what free concrete implementations can cost us read more...

add a comment |category: |Views: 11

tags: another

When "Activator" is just to slow(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

Nice performance tip read more...

2 comments |category: |Views: 600

tags: another

SCRUM-tastic Tuesday - Maintaining momentum and combating burnout(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

I wish more managers understood this read more...

add a comment |category: |Views: 7

tags: another

What the heck is a torn-read?(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 2 months ago

This is an issue that can be next to impossible to debug read more...

add a comment |category: |Views: 14

tags: another

SCRUM-tastic Tuesday - Estimation guesswork(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 2 years, 3 months ago

How to manage expectations when estimating read more...

add a comment |category: |Views: 7

tags: another