Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
System
4 years agoSuper Contributor
Sluggish performance
This discussion was created from comments split from: 1PW8 for macOS.
1P_Ben
1Password Team
4 years agoHi @sriggins
I asked our development team about the number of threads. Here is the answer I received:
We use the Tokio runtime, which spawns threads as it needs for managing tasks (this is where the bulk of them are coming from). However, threads are parked and idle when they aren't handling some task so its not like they are constantly eating CPU. Its also very cheap to spawn a thread (it takes microseconds) compared to what the app is doing otherwise. They aren't very expensive and do nothing most of the time.
Ben