Исходный код вики Производительность
Редактировал(а) Alexandr Fokin 2023/10/07 19:20
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | Предельная производительность: C# | ||
2 | https://habr.com/ru/post/165729/ | ||
3 | |||
4 | Интересные заметки по C# и CLR | ||
5 | https://habr.com/ru/post/256819/ | ||
6 | |||
7 | OTUS Лучшие практики повышения производительности в C# | ||
8 | https://habr.com/ru/company/otus/blog/502498/ | ||
9 | |||
10 | Сказка про Guid.NewGuid() | ||
11 | [[https:~~/~~/habr.com/ru/company/skbkontur/blog/661097/>>https://habr.com/ru/company/skbkontur/blog/661097/]] | ||
12 | |||
13 | Евгений Пешков «Убийцы производительности» | ||
14 | [[https:~~/~~/www.youtube.com/watch?v=uaCa8dTyBso>>https://www.youtube.com/watch?v=uaCa8dTyBso]] | ||
15 | |||
16 | ---- | ||
17 | |||
18 | **Тема: virtual vs delegate**: | ||
19 | |||
20 | https://stackoverflow.com/questions/216008/c-virtual-function-invocation-is-even-faster-than-a-delegate-invocation | ||
21 | C#: Virtual Function invocation is even faster than a delegate invocation? | ||
22 | |||
23 | Strong Typed, High Performance Reflection with C# Delegate (Part II) | ||
24 | http://kennethxu.blogspot.com/2009/05/strong-typed-high-performance_15.html | ||
25 | |||
26 | ---- | ||
27 | |||
28 | {{children/}} | ||
29 | |||
30 |