← Back to context

Comment by dotancohen

1 month ago

Cython is a great idea, thank you. I'll definitely try that. The code is all properly typed anyway.

I'm not sure what you mean by avoiding copies. I'm rather stringent with memory, I don't have superfluous copies of data in memory. Or did you mean something else?

Thank you.