Baunsgaard commented on PR #2181:
URL: https://github.com/apache/systemds/pull/2181#issuecomment-2598614593
Performance improvements:
```txt
Before:
Total elapsed time: 16.876 sec.
1 ctableexpand 12.974 100
2 seq 2.885 100]
After Uncompressed:
Total elapsed time: 10.496 sec.
1 ctableexpand 9.236 100
After Compressed:
Total elapsed time: 4.973 sec.
1 ctableexpand 4.089 100
```
The change unfortunately makes the current fed_tableexpand instruction
invalid and therefore have to be reimplemented.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]