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
refactor: replace read_obj in the descriptor chain creation
`read_obj` takes too much time and we don't need it's checks
as we do them before the actual reading happens.
Replace it with either `get_slice` or `get_host_address`.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments