NAME

Data::ULID::XS - XS backend for ULID generation

SYNOPSIS

use Data::ULID::XS qw(ulid binary_ulid);

DESCRIPTION

This module replaces some parts of Data::ULID that are performance-critical with XS counterparts. Its interface should be the same as Data::ULID, but you get free XS speedups.

Early release: For now, this module just speeds up base32 encoding of ulid.

Beta quality: while this module works well in general cases, it may also contain errors common to C code like memory leaks or access violations. Please do report if you encounter any problems.

SEE ALSO

Data::ULID

AUTHOR

Bartosz Jarzyna, <bbrtj.pro@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) by Bartosz Jarzyna

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.