February 2009 - Posts
17 February 2009
MethodInfo.Invoke vs MethodCall Performance on DynamicMethods
I posted a question on cvega ’s article on using CIL getters and setters to speed up the execution of heavily reflection-based code asking which one will perform better using DynamicMethod.Invoke or using DynamicMethod.CreateDelegate then calling that delegate. On which he promptly replied. But...
Read More...
03 February 2009
Threading Patterns: Producer-Consumer Pattern Examples
This is the third installment to my series of posts about threading patterns. Today we will look into familiar scenarios where we can apply the producer-consumer pattern particularly applications of the ThreadedQueueBase<T> class. Usage Pattern Note that the threaded queue classes that I provided...
Read More...
Home
Contact
jakelite
RSS for Posts
Atom
RSS for Comments
Recent Posts
Encrypting Passwords in Java Property Files
How to: Add CData or Text in a ConfigurationElement
MethodInfo.Invoke vs MethodCall Performance on DynamicMethods
Threading Patterns: Producer-Consumer Pattern Examples
Threading Patterns: The Producer-Consumer Pattern
Tags
.Net
C#
Configuration
Cryptography
Debugging
Functional Programming
intermission
Java
Linq
Performance
Personal
Reflection.Emit
TDD
Templates
Threading
Threading Patterns
Visual Studio
Archives
July 2009 (1)
March 2009 (1)
February 2009 (2)
January 2009 (3)
December 2008 (2)
December 2007 (1)
July 2007 (1)
May 2007 (1)
March 2007 (3)
Search
Go
Community
Blogs
Blogs
Media
Forums
Email Notifications
Email Notifications
Go
Projects
daemoniq