Y
Hacker News
new
|
ask
|
show
|
jobs
by
foonamefoo
6651 days ago
That wouldn't matter since we are talking about python, not assembly or C.
1 comments
BrandonM
6650 days ago
I would hazard a guess that CPython (the reference implementation) hooks directly into C for bitwise NOT, and therefore, it
would
matter.
link