⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

add support for parsing strings into UUID objects#5

Open
tbarbugli wants to merge 1 commit intodln:masterfrom
tbarbugli:master
Open

add support for parsing strings into UUID objects#5
tbarbugli wants to merge 1 commit intodln:masterfrom
tbarbugli:master

Conversation

@tbarbugli
Copy link

@tbarbugli tbarbugli commented Mar 10, 2017

Adds support for:

libuuid.FastUUID('d7cfb958-8cb5-477c-b7ec-80ecaf1c8d67')

which is 2x faster than

import uuid
uuid.UUID('d7cfb958-8cb5-477c-b7ec-80ecaf1c8d67')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant