ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

Add Path.stat #620

Closed talex5 closed 11 months ago

talex5 commented 11 months ago

This is a simplified version of #599, rebased on main and using the existing File.Stat.t record type.

As discussed in the call today, we might switch to a GADT version later, if that can be shown to be faster (so far it seems to be at best the same speed, and slower with multiple fields).