uuidv7 icon indicating copy to clipboard operation
uuidv7 copied to clipboard

UUIDv7 for Elixir (and Ecto)

Results 2 uuidv7 issues
Sort by recently updated
recently updated
newest added

Share ideas on how to replace the ETS table. #### Requirements: 1. We need to be able to atomically increment a randomly-seeded 18-bit counter. 2. Reset+reseed every time we have...

help wanted
question

- [x] with `:read_concurrency` - [x] with `:write_concurrency` - [x] with `:read_concurrency` & `:write_concurrency` - [x] with `:ordered_set` vs `:set` - [ ] with different cleanup intervals - [x] The...

question