Just did a simple benchmark and found that Louie is about 150% slower than current dispatcher in Django. It looks like Louie developers doesn't care about performance at all...
On 23 дек, 16:49, Simon Willison <[EMAIL PROTECTED]> wrote: > On 23 Dec 2007, at 12:39, ivan.illarionov wrote: > > > As I know PyDispatcher project has evolved into Louie project and is > > actively maintained by the same author. The code is *not* ugly, is > > closer to Django coding style and has a lot of improvements. > >http://louie.berlios.de/ > > > Even more, I replaced content of django.dispatch with louie code, > > renamed all imports `from louie` to `from django.dispatch` and > > everything worked without any errors. > > Have you benchmarked Louie compared to PyDispatcher at all? From > looking over their documentation they don't seem to have made any > changes that would result in a substantial speed increase. > > Cheers, > > Simon Willison --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
