Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Don't use guid in GetRequestIdentifier #306

Closed
@halter73

Description

@halter73

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.

profile

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions