forked from Bears-R-Us/arkouda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Array transfer perf fix (Bears-R-Us#3671)
* use in-intent when assigning binary payload to MsgTuple and MsgArgs Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * address some of the array transfer performance hit from recent refactors. Convert array and tondarray commands to use new annotations Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * reenable metrics tracking without copying bytes payload Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * revert changes to run_benchmarks Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * fix flake8 Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * fix broken arraySegString command Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * fix test_client_get_server_commands test Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * fix other test_client_get_server_commands test Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * fix other test_client_get_server_commands test Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> * remove accidentally committed client_test file Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com> --------- Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
- Loading branch information
1 parent
37df634
commit d0db02f
Showing
10 changed files
with
240 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.