Baunsgaard commented on PR #2535:
URL: https://github.com/apache/systemds/pull/2535#issuecomment-4904503867

   Overall this looks good, but i would change some things. 
   
   1. can we instead of adding a new way of reading the delta format, simply 
overwrite the old. We do not want to maintain may ways, if your way is better 
lets default to that, and only support that. 
   2. I am wondering if we can avoid using the Engine abstraction with the 
columnAPI. This would allow us to avoid allocating the result FrameBlock's 
arrays times, and instead directly put the values into preallocated columns. 
   
   
   Lets me know what you think?
   
   
   


-- 
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]

Reply via email to