Changes between Initial Version and Version 1 of Ticket #36439, comment 7
- Timestamp:
- Jun 30, 2025, 2:04:40 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36439, comment 7
initial v1 8 8 Hello, 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`. 9 9 10 This is for 100 users only , and I'm using the default `PBKDF2PasswordHasher` hasher. I will also check other hashers later on:10 This 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: 11 11 12 12