diff --git a/content/sundries/presenting-julids/index.md b/content/sundries/presenting-julids/index.md index ada1efd..18a11c0 100644 --- a/content/sundries/presenting-julids/index.md +++ b/content/sundries/presenting-julids/index.md @@ -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