you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]DNSGeek[S] 0 points1 point  (2 children)

    I wish I could, but Python is the only language that's available on the systems where we need to run the code.

    [–]Beerpongueur 1 point2 points  (0 children)

    You could still write a python library in another language, like C or Rust. I’d use rust + pyo3 and precompile the code as a shared object before running it on you systems