Is this make sence? Dynamic assembler for python

DivX sem.radi at gmail.com
Sat Jun 19 16:36:57 EDT 2010


On 19 lip, 21:18, geremy condra <debat... at gmail.com> wrote:
> On Sat, Jun 19, 2010 at 11:53 AM, DivX <sem.r... at gmail.com> wrote:
> > I found on the forum some discussion about crypting text and one guy
> > did make assembly implementation of crypting algorithm. He dynamically
> > generates mashine code and call that from python. Here are impressive
> > resultshttp://www.daniweb.com/code/snippet216632-5.html
>
> > Is this better approach then writing extensions in c?
>
> No, xor cipher is not suitable for general purpose encryption, and what do you
> need the speed for? xor is almost certainly not going to be the bottleneck in
> your application.
>
> Geremy Condra

Just asking if this approach is good for example quicksort algoriths
or some kind of sorting algorithms, or simulations but the point is of
mixing python and assembler?



More information about the Python-list mailing list