Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, currently I have code like this:
where the user passes code like this:
def main(report): return f'{report.a.chrom}\t{report.a.start}\t{report.a.stop}'
I have 3 related questions:
eval()
run as fast as possible? I'll be calling it potentially millions of times.f'{report.a.chrom}\t{report.a.start}\t{report.a.stop}'
for the python code, is this possible (without compile+eval with ffi stuff)?thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions