Re: ReiserFS reading performance patch

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.05.2012 19:59, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 27.04.2012 16:05, Albert Zeyer wrote: >> Hi, >> >> A while ago, I improved the grub-mount patches a bit. Mostly: > You've based your work on abandonded branch. All grub-mount parts were > merged back in trunk a long time ago. At

Re: ReiserFS reading performance patch

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.04.2012 16:05, Albert Zeyer wrote: > Hi, > > A while ago, I improved the grub-mount patches a bit. Mostly: You've based your work on abandonded branch. All grub-mount parts were merged back in trunk a long time ago. At least half of the work you've done was unnecessary with newer version. > *

Re: ReiserFS reading performance patch

2012-04-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.04.2012 12:06, Bean wrote: > 2012/4/28 Vladimir 'φ-coder/phcoder' Serbinenko : >> On 27.04.2012 20:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> On 27.04.2012 16:05, Albert Zeyer wrote: * Write a simplified compile.py script. >>> We don't have any compile.py. * Remove nested

Re: ReiserFS reading performance patch

2012-04-28 Thread Bean
2012/4/28 Vladimir 'φ-coder/phcoder' Serbinenko : > On 27.04.2012 20:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> On 27.04.2012 16:05, Albert Zeyer wrote: >>> * Write a simplified compile.py script. >> We don't have any compile.py. >>> * Remove nested functions. They don't work on Mac becaus

Re: ReiserFS reading performance patch

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.04.2012 20:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 27.04.2012 16:05, Albert Zeyer wrote: >> * Write a simplified compile.py script. > We don't have any compile.py. >> * Remove nested functions. They don't work on Mac because of stack >> execution protection. > It can be disabled

Re: ReiserFS reading performance patch

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.04.2012 16:05, Albert Zeyer wrote: > * Write a simplified compile.py script. We don't have any compile.py. > * Remove nested functions. They don't work on Mac because of stack > execution protection. It can be disabled. It's Apple fault for not allowing to disable it selectively. Replacing ne

ReiserFS reading performance patch

2012-04-27 Thread Albert Zeyer
b76a6...35be80a3c6c0f1b9d56563221e17728151f51cbd I'm not sure wether any of this is of interest here. But maybe the ReiserFS reading performance patch is, so some more details: The reading performance was quite bad. Basically, the reading speed on some position x in some file was linear(!) to x. Thus, reading a file