jchambers / java-otp

A one-time password (HOTP/TOTP) library for Java
MIT License
455 stars 122 forks source link

Add notes about synchronization and performance #35

Closed jchambers closed 2 years ago

jchambers commented 2 years ago

As discussed in #34, it might be helpful to users to call out potential performance issues and suggest some best practices for folks in high-throughput, multi-threaded situations.

This closes #34.