You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
- FastHttpRequestIdentifierFeature uses an incrementing long with an int seed
- Everything is lazy so no computer incurred if ID is not asked for
- Optimized routine to stringify the ID
- #306
Guid.NewGuid and Guid.ToString are a little slow. Using a incrementing long instead with an random starting seed will likely be faster.
We should also look at the most efficient way to generate a string from this long.
The text was updated successfully, but these errors were encountered: