Nice video, this comes in handy as I was indeed asking myself what use cases warrant reaching to PyO3. I am wondering though, if we convert the call `out_dict.get(w, 0)` to a "dummy" `if w in out_dict` won't it be faster? Something I also find missing here in the video is the memory and CPU (cores) usage. Not that I think Python would do better there, but it would be interesting to check.
@ekbphd320028 күн бұрын
Great ideas! I’ll try these ideas in a future video.
@zhaoziyang-c5h4 ай бұрын
This was great, thanks! Had no idea this was available. Going to implement it into my python ebook reader
@ekbphd32004 ай бұрын
You're welcome! Best of luck!
@SBrown-ou1xl4 ай бұрын
That's a really cool project! Thanks for bringing it to our attention!
@ekbphd32004 ай бұрын
No, no, thank you!
@j-p-d-e-v4 ай бұрын
Nice video, the speed boost from Rust is almost twice. Can you do polars and pandas performance comparison?
@ekbphd32004 ай бұрын
Thanks! Yeah, Rust wins again. Ah, interesting idea. I'll have to try that comparison at some point in the future.