Changes between Initial Version and Version 1 of Ticket #36439, comment 7


Ignore:
Timestamp:
Jun 30, 2025, 2:04:40 AM (2 months ago)
Author:
Roelzkie

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36439, comment 7

    initial v1  
    88Hello, my bad, you are right. I'm executing the code serially with awaitables. I'm putting them all into a task group, and the gap in performance is huge with a `ThreadPoolExecutor`.
    99
    10 This is for 100 users only, and I'm using the default `PBKDF2PasswordHasher` hasher. I will also check other hashers later on:
     10This is for 100 users only having passwords as their usernames, and I'm using the default `PBKDF2PasswordHasher` hasher. I will also check other hashers later on:
    1111
    1212
Back to Top