AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
148 stars 33 forks source link

Reduce Database Query lookups when generating UUID's #45

Closed genusistimelord closed 1 year ago

genusistimelord commented 1 year ago

We would like to reduce Database lookups by storing all the UUID upon load and advancement of the Sessions into some sort of Data structure.

Was thinking either

HashSet

Counting Bloom Filter