-
Hi, I have algorithm for select millions of documents from mongo, but I have big issue with pyo3 / maturin performance. in python select takes: 18 sec I do only:
no swapping between rust and python during iteration.. any idea or simmilar experience? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nah, I'm idiot, I have copy script which takes files from venv to my python , and my dll was open, so copy failed..... and there was always old code. maturin develop --release has 17 seconds query :) |
Beta Was this translation helpful? Give feedback.
Nah, I'm idiot, I have copy script which takes files from venv to my python , and my dll was open, so copy failed..... and there was always old code. maturin develop --release has 17 seconds query :)