You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been suggested on discourse that I should be using IO objects, which may essentially already do what would be required from reinterpret for performant IO. I definitely need to do some benchmarking to see if this is feasible.
My first worry is that read essentially has @noinline so this gives me some doubts about how performant it could be to embed in getindex methods.
The text was updated successfully, but these errors were encountered:
It has been suggested on discourse that I should be using
IO
objects, which may essentially already do what would be required fromreinterpret
for performant IO. I definitely need to do some benchmarking to see if this is feasible.My first worry is that
read
essentially has@noinline
so this gives me some doubts about how performant it could be to embed ingetindex
methods.The text was updated successfully, but these errors were encountered: