Can you manipulate bits and memory directly using Python? If yes, wouldn't that be a best option to dealing with performance-critical spots than C bindings?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
You can write your own extension in C and there manipulate bits and memory. http://docs.python.org/extending/ Are you sure you are cpu-bound and need this? |
|||
|
|