perf: detail in core

This commit is contained in:
Simon Cruanes 2024-03-07 11:31:26 -05:00
parent 682c4fd7ce
commit 4534b789ef
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,7 +1,7 @@
(* generate random IDs *)
let rand_ = Random.State.make_self_init ()
let[@inline] ( let@ ) f x = f x
let ( let@ ) = ( @@ )
let default_rand_bytes_8 () : bytes =
let@ () = Lock.with_lock in