Rubyist makes some Python code 5x Faster
schneems.com
Rubyist makes some Python code 5x Faster
1–10 of 12 posts
Re: Rubyist makes some Python code 5x Faster
#2That's a turn off from an otherwise good article on guidelines one can use to easily identify opportunities to potentially optimize python code.
Re: Rubyist makes some Python code 5x Faster
#3Turns out it was a specific chunk of python snippet that
> determining all possible moves for a Queen piece on a chess-like board
Re: Rubyist makes some Python code 5x Faster
#4I thought it was an insane CPython interpreter optimization or something. Turns out it was a specific chunk of python snippet that > determining all possible moves for a Queen piece on a chess-like board
On the plus side tho', I thought the principles mentioned go beyond the specifics of the code snippent which was being used more like an example.
The author being a rubyist has no influence to anything mentioned in the article AFAICT.
Re: Rubyist makes some Python code 5x Faster
#5Re: Rubyist makes some Python code 5x Faster
#6Ugh, what's with the cheeky/inflammatory/click-baity title. That's a turn off from an otherwise good article on guidelines one can use to easily identify opportunities to potentially optimize python code.
Re: Rubyist makes some Python code 5x Faster
#7Re: Rubyist makes some Python code 5x Faster
#8Re: Rubyist makes some Python code 5x Faster
#9Ugh, what's with the cheeky/inflammatory/click-baity title. That's a turn off from an otherwise good article on guidelines one can use to easily identify opportunities to potentially optimize python code.
Huh? I thought the title was a perfect description of the article. A dude who mostly uses ruby optimizes a piece of Python code. That's it.
It's fairly easy to think from the title that the article is going to be something about how clever the rubyist is compared to Python programmers or how slow Python is or some such, as an intrinsic property of "rubyists" or Python.