#prog #python #video
"Python Performance Matters" by Emery Berger
Обзор профайлера для Python под названием Scalene, чем он лучше прочих профайлеров и как может помочь с конкретным кодом.
"Python Performance Matters" by Emery Berger
Обзор профайлера для Python под названием Scalene, чем он лучше прочих профайлеров и как может помочь с конкретным кодом.
YouTube
"Python Performance Matters" by Emery Berger (Strange Loop 2022)
It's 2022. Moore's Law and Dennard scaling have run out of steam, making it harder than ever to achieve high performance - especially in Python. This talk first explains in detail the unique challenges that Python poses to programmers. It then presents Scalene…
🔥1
Блог*
Сделал, performancetrap
Я вот думаю, может, автоматически добавлять хештег performancetrap к каждому посту с хештегом Python?
😁13👍1👌1
#prog #rust #rustlib
safe_cell
This crate exports the
The use case is similar to that of the standard library's
As the implementation is incredibly lightweight and does not make use of any additional synchronization primitives or dynamic borrow tracking, it has negligible overhead (and hence functions as a true "zero-cost abstraction").
safe_cell
This crate exports the
SafeCell
type, a wrapper type that enables safe exterior mutability for arbitrary contents.The use case is similar to that of the standard library's
UnsafeCell
type but, by virtue of being specialized for situations where it can be statically proven that no unsound access occurs, SafeCell
is fully usable in safe code. In addition, the implementation is easily proven to be fully sound, making SafeCell
a great alternative to UnsafeCell
in safety-critical code.As the implementation is incredibly lightweight and does not make use of any additional synchronization primitives or dynamic borrow tracking, it has negligible overhead (and hence functions as a true "zero-cost abstraction").
🌚7
Блог*
Первый НГ, на котором пропустил куранты
На этот Новый год, кстати, тоже пропустил. Но на этот раз намеренно, не хотел лишний раз на рожу понятно кого смотреть и слушать скучную дичь, которую он втирает
👍10❤🔥2🤣2🤡1
Блог*
Новое обновление телеги, как всегда, вообще без багов
Окей, открытие настроек папок заставило телегу стянуть список папок с серверов, так что вернуло всё взад. Но список запиненных чатов таки протерян
😢1