quickwit
quickwit copied to clipboard
Remove Mutex from log rate limiter
We could have a small platform specific solution for unix, mem::transmute Instant to a u128 on unix,
and store it in two AtomicU64.
std::time::Instant doesn't have a repr which allows sound transmuting, but we could do standard posix calls to get the values ourselves