Christian Heimes <li...@cheimes.de> added the comment:

PBKDF2-HMAC is a serialized algorithm. It cannot be parallized. That means the 
runtime depends on single core-performance. The single core-performance of 
desktop and server CPUs hasn't improved much in the last decade. Modern CPUs 
have more cores, larger caches, and better IPC. Intel Nehalem architecture from 
2009 had up to 3.33 GHz. Fast 2020 Comet Lake CPUs have up to 3.7 GHz base 
frequence and about 5GHz turbo.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to