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
The IRODSFilesystem implementation attempts to follow the C++17 standard by performing various checks before invoking the iRODS API (e.g. rcDataObjRename). The server likely performs those checks already, so clients pay the penalty of those checks twice.
Let's investigate just calling the rc-functions directly?
The text was updated successfully, but these errors were encountered:
The IRODSFilesystem implementation attempts to follow the C++17 standard by performing various checks before invoking the iRODS API (e.g. rcDataObjRename). The server likely performs those checks already, so clients pay the penalty of those checks twice.
Let's investigate just calling the rc-functions directly?
The text was updated successfully, but these errors were encountered: