Skip to content

Commit daae319

Browse files
committed
replace base32tid to base32lex
1 parent ba4855e commit daae319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-goldman-tid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Many minor choices, such as the choice of code points in the alternate base32
6666
encoding and the signed nature of the timestamp bytespace are primarily informed
6767
by cross-language ergonomics.
6868

69-
## Base32tid encoding
69+
## Base32lex encoding
7070

7171
The 32 code points chosen to encode from binary, in order, are:
7272

@@ -84,7 +84,7 @@ and lexical sorting of base-encoded TIDs will always achieve the same ordering.
8484
~~~~ bash
8585
value 1111111111222222222233
8686
01234567890123456789012345678901
87-
base32tid 234567abcdefghijklmnopqrstuvwxyz
87+
base32lex 234567abcdefghijklmnopqrstuvwxyz
8888
base32 ABCDEFGHIJKLMNOPQRSTUVWXYZ234567
8989
~~~~
9090

@@ -120,7 +120,7 @@ signed space for a subset of unix microsecond timestamps. Effectively, this
120120
means that the range of microseconds before or after 1970, expressed as a signed
121121
integer, is not (-2^63+1) to (2^63-1), but (-2^53+1) to (2^53-1). The following
122122
tables shows the min, zero, and max values of the integer range of microseconds,
123-
expressed in the 11-codepoint `base32tid` encoding. The additional 2 codepoints
123+
expressed in the 11-codepoint `base32lex` encoding. The additional 2 codepoints
124124
for the nodeId segment, explained below, are omitted for clarity.
125125

126126
|tid |microseconds |valid? |ISO timestamp |

0 commit comments

Comments
 (0)