| | .Net<br/> | |
| ------------------------------------ | ------------ | --- |
| Int32 math<br/> | 0.6 ns<br/> | |
| Float Math<br/> | 2 ns<br/> | |
| Dict: Set element <br/> | 2.97 ns<br/> | |
| Dict: Add element<br/> | 2.76 ns<br/> | |
| Dict: Indexator<br/> | 2.89 ns<br/> | |
| Dict: TryGetValue<br/> | 3.18 ns<br/> | |
| Class: empty Init<br/> | 2.68 ns<br/> | |
| Class: casting Child to Parent<br/> | 1.23 ns<br/> | |
| Class: casting Parent to Child<br/> | 1.58 ns<br/> | |
Class: Init - инициализация пустого класса