How is the c#/.net 3.5 dictionary implemented?

后端 未结 5 1277
無奈伤痛
無奈伤痛 2020-12-01 00:22

I\'m using an application which uses a number of large dictionaries ( up to 10^6 elements), the size of which is unknown in advance, (though I can guess in some cases). I\'m

5条回答
  •  渐次进展
    2020-12-01 00:53

    The best way for me would be to use the .NET Reflector.

    http://www.red-gate.com/products/reflector/

    Use the disassembled code to see the implementation.

提交回复
热议问题