Skip to content

add support for parsing strings into UUID objects - #5

Open
tbarbugli wants to merge 1 commit into
dln:masterfrom
tbarbugli:master
Open

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

Conversation

@tbarbugli

@tbarbugli tbarbugli commented Mar 10, 2017

Copy link
Copy Markdown

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

1 participant