Re: slow nth

2016-10-02 Thread Alexander Burger
On Sat, Oct 01, 2016 at 03:14:54PM +0200, Joh-Tob Schäg wrote: > On my machine (2010 netbook with Intel Atom core using PIL version (3 1 8 > 0)) i get the following numbers from bench: > 8.627 sec '(nth) > 5.331 sec '(lup) > ... > 2016-10-01 14:41 GMT+02:00 Mike Pechkin : > > http://pastebin.com/SQ

Re: slow nth

2016-10-01 Thread Joh-Tob Schäg
hi, would you mind sharing the performance improvement you achieved using a better suited data structure (tree vs linked list) on your machine once you fully implemented the SBOXES for both cyphers? On my machine (2010 netbook with Intel Atom core using PIL version (3 1 8 0)) i get the following n