❔ Transferring data to python script
I'm building a C# app that can run python scripts. I'm doing the database queries on the C# side, seems to be more efficient.
I'm currently just throwing the data into a text file to be read by the python script. It works, but wondering if I'd be able to shave a few milliseconds by using some other mechanism for transferring data. Any ideas?
I'm currently just throwing the data into a text file to be read by the python script. It works, but wondering if I'd be able to shave a few milliseconds by using some other mechanism for transferring data. Any ideas?
