Scalability of the .NET 4 garbage collector

后端 未结 5 452
没有蜡笔的小新
没有蜡笔的小新 2021-02-02 16:16

I recently benchmarked the .NET 4 garbage collector, allocating intensively from several threads. When the allocated values were recorded in an array, I observed no scalability

5条回答
  •  生来不讨喜
    2021-02-02 16:54

    or explain this discrepancy between my predictions and observations?

    Benchmarking is hard.
    Benchmarking a subsystem that is not under your full control is even harder.

提交回复
热议问题