# ULID **Repository Path**: afrusrsc/ulid ## Basic Information - **Project Name**: ULID - **Description**: pascal版的ULID(通用唯一按字典排序的标识符) - **Primary Language**: Pascal - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-01 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ULID `pascal`版的`ULID`(通用唯一按字典排序的标识符),可用于替代`UUID/GUID`。 ``` +---------------------------------+---------------------------------+ | 0 | 1 | | 0 1 2 3 4 5 6 7 8 9 A B C D E F | 0 1 2 3 4 5 6 7 8 9 A B C D E F | +---------------------------------+---------------------------------+ | 32_bit_uint_time_high | +---------------------------------+---------------------------------+ | 16_bit_uint_time_low | 16_bit_uint_random | +---------------------------------+---------------------------------+ | 32_bit_uint_random | +---------------------------------+---------------------------------+ | 32_bit_uint_random | +---------------------------------+---------------------------------+ ``` # 捐赠作者 ![](https://afrusrsc.github.io/img/wxzsm.jpg)