High Definition Standard Definition Theater
Video id : 0xcFyb7fuOA
ImmersiveAmbientModecolor: #bc9454 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 24e4cea06d391c6ccf283a50aab0533b0012b4ee2710d53f66f339eb13a2a09d0554113a513889ffc086c0b27fc1a1d2
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1738036756449 - unknown on Apple WebKit
Mystery text : MHhjRnliN2Z1T0EgaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
18,029 Views • Sep 12, 2023 • Click to toggle off description
Here we compare rust vs python for parallel programming using:
1. vanilla rust
2. rayon
3. python with the multiprocessing library
Metadata And Engagement

Views : 18,029
Genre: Science & Technology
License: Standard YouTube License
Uploaded At Sep 12, 2023 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.515 (62/449 LTDR)

87.87% of the users lieked the video!!
12.13% of the users dislieked the video!!
User score: 81.81- Overwhelmingly Positive

RYD date created : 2025-01-27T10:55:44.569579Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

33 Comments

Top Comments of this video!! :3

@DissyFanart

1 year ago

Honestly, optimizing python itself is for the most part, a trick question. If your project is so large in scope and requires actual time to compute things, you need to seriously consider rewriting the performance critical portions in another language.

32 |

@fib4983

8 months ago

0.15ms vs 22ms vs 177ms, I think we know the winner performance wise

21 |

@dario.lencina

1 year ago

Rust vs python: Is my position is clear?

4 |

@RealThugo

2 days ago

the guy is comparing rust and python for real:
the poo image is you exactly 😂😂

1 |

@qfzupo2371

4 days ago

I love rust but thats not what they’re meant for. Python widely used because its readable, easy to debug, and can be developed faster because of that. Rust doesn’t have as much readability, but it uses a compiler and its safer memory-wise than c++, even though c++ is faster. Like the “If you judge a fish my its ability to climb a tree, the fish will live its life believing it is stupid” thing

1 |

@JasonAbreuBarreto

1 week ago

Disingenuous comparison though, Rust is a compiled language while Python and JS are interpreted. That overhead alone is significant and has its own benefits and problems.

You can just compile a dynamic-link library in C, Rust or anything that compiles to machine code and call it from Python when the interpreted route is too slow anyway

1 |

@Tomab3

2 months ago

fyi vec has a chunk function so you dont have to manually compute it

3 |

@Fred_Klingon

4 weeks ago

Yeah compare a car with a truck. They're both for transport, but not the same thing.

8 |

@Free_kitty0

6 days ago

I'm sure that's a much better way to write that python example 🥰
Not saying you made it bad on purpose

|

@ArielLorusso

1 year ago

Cython Cupy Numbas
You need to use C optimization+ GPU

3 |

@usher-p

1 year ago

I’m interested to see what happens post GIL removal

3 |

@artemis-arrow-3579

1 year ago

here is the thing, python was never intended to be a fast language, you can't compare it by speed, the most fair way to compare languages is by how good they are at what they were intended to do, because, let's assume you compare languages based on how good they are at string manipulation, well then perl will come out on top, even though it doesn't deserve such a spot

15 |

Go To Top