David Roundy
David Roundy
See also https://github.com/jacereda/fsatrace I prefer a library solution myself. I had some discussions with @jacereda regarding converting fsatrace to a library, which bogged down as he started work on https://github.com/jacereda/traced-fs
FYI, https://github.com/droundy/bigbro has made a first attempt at doing this kind of tracking. I worked on it for a while, but ended up getting bogged down with testing on virtual...
Ah, that makes sense.
I don't think so. My understanding is that there is now a slice pattern matching f that should make arrayref obsolete, and would like to see it remain as is....
Nice. I don't think I'll make a change until it works for large as well as small arrays.
Okay, I'll accept a pull request changing the implementation to avoid unsafe.
Are you thinking that using `as_array!` internally in `array_ref!` could improve compiler optimizations?
I have not experimented with this at all, and have no idea.
On looking at this more closely, I have a different proposal that might serve the same need while being closer in API and naming to the rest of arrayref. What...
Do you have an ARM computer on which to build or use fac?