fix link to lines on kittcollective
This commit is contained in:
parent
c0985ee336
commit
b2544be6b8
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ those crates! Feel free to steal code from me any time!
|
|||
|
||||
[^monotonic]: At least, they will still have a total order if they're all generated within the same
|
||||
process in the same way; the code uses a [64-bit atomic
|
||||
integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-12)
|
||||
integer](https://git.kittencollective.com/nebkor/julid-rs/src/commit/2484d5156bde82a91dcc106410ed56ee0a5c1e07/src/julid.rs#L11-L12)
|
||||
to ensure that IDs generated within the same millisecond have incremented counters, but that
|
||||
atomic counter is not global; calling `Julid::new()` in Rust and `select julid_new()` in SQLite
|
||||
would be as though they were generated on different machines. I just make sure to only generate
|
||||
|
|
Loading…
Reference in a new issue