Y
Hacker News
new
|
ask
|
show
|
jobs
by
zamalek
3353 days ago
The codegen creates a cache of delegates (created using expression trees), but uses a structure more suited to the problem than a simple ConcurrentDictionary.
[1]:
http://geekswithblogs.net/simonc/archive/2012/07/20/inside-t...
1 comments
zastrowm
3353 days ago
Ah, faster than the `ConcurrentDictionary`. That makes sense!
link