Login
From:
The Blag — Logic And Graphics
(Uncensored)
subscribe
Representing Lazy Values
https://blag.cedeela.fr/representing-lazy-values/
links
backlinks
Roast topics
Find topics
Find it!
A quick survey of Lazy in OCaml I remember having heard that Jane Street had its own implementation of Lazy values, and that it was faster than the standard one. So I played a bit with several ways of managing lazy values in OCaml.