Sr. Software Engineer at CallRail building developer tooling and engineering platforms. PhD student at the University of Nebraska studying bioinformatics. Editor at JOSS.
interesting. perhaps ints in C are represented differently in memory than in Python. maybe the best way is to parse the int into a char array and send it to Python as a string?
interesting. perhaps
ints in C are represented differently in memory than in Python. maybe the best way is to parse theintinto achararray and send it to Python as a string?That does sound promising because I imagine it could scale almost indefinitely if its not bound by the long or long long limits