Lee-W commented on issue #41641:
URL: https://github.com/apache/airflow/issues/41641#issuecomment-2445614119

   > Me ❤️ it (but I doubt we want to invest in it as it might be difficult to 
maintain, unless we find quite a few committers who are somewhat ruff 
profficient to at least be able to review the code) . But it's tempting I must 
admit.
   > 
   > But to be honest - while I'd love to finally get a serious rust project, 
it's not worth it I think we are talking of one-time migration for even a 
10.000 dags it will take at most single minutes and we can turn it maybe in 
under one minute with rust - so not a big gain for a lot of pain :) . Or at 
lest this is what my intuition tells me.
   
   Yep, totally agree. I just want to raise this idea which might be 
interesting. 👀
   
   > I presume that parsing and writing back will be the bulk of the job - and 
modifications will add very little overhead as they will be mostly operating on 
in memory data structures.
   
   Yep, I think you're right. My previous default deferrable script took around 
10 sec to process ~400 operators. Using ast for checking took around 1 sec
   
   


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