Commits
Click on a commit to change the comparison rangeUse PyObject_CallFunctionObjArgs in UUIDBinaryLoader11 months ago
by henadzit perf(uuid): speed up UUID creation using a writable subclass
Introduce an object memory-compatible with UUID, but writable. Try to
create this object in the fastest possible way: calling __new__ and
setting its attributes. Then replace the class with the standard UUID.11 months ago
by dvarrazzo Fix endianness issues11 months ago
by henadzit Remove C UUIDDumper and UUIDBinaryDumper11 months ago
by henadzit