ComputerScienceHouse / blog

A public blog for CSH
MIT License
3 stars 53 forks source link

Add post about my benchmarking comparison of Rust, Kotlin, and Python #35

Closed JoelEager closed 6 years ago

JoelEager commented 6 years ago

This post compares the execution speed of a collision detection algorithm in Rust, Kotlin, and Python. The code discussed in it comes from my major projects from both this year and last year.

@devinmatte just as a heads up, the table formatting looked a bit off when I build this locally. You may want to modify the table CSS before this goes up so it's more readable. Thanks!

RamZallan commented 6 years ago

Content LGTM! Someone else may want to check the table formatting, since I can't build locally right now.

JoelEager commented 6 years ago

I've pushed a commit that fixes those typos. Thanks @csssuf for pointing them out.

JoelEager commented 6 years ago

I think it makes the most sense to hold off on merging this until the table CSS is fixed. Thanks for approving it though.

csssuf commented 6 years ago

Do we want to bump the date?

devinmatte commented 6 years ago

@JoelEager If you could push the date up to tomorrow, I'll be ready to merge

JoelEager commented 6 years ago

The date is updated and the tables look good. Thanks for everyone's help on this.