Re: [Geeqie-devel] [PATCH] Multithreaded image loading

2009-07-12 Thread Marcin Zajączkowski
On Tue, 07 Jul 2009 11:04:06 +0200 Laurent Monin z...@norz.org wrote: Bartosz Zaborowski a écrit : Hi all, Hi, I've rewritten some code of image loader to get real performance gain from threads on SMP machine. Threads support exist in geeqie since around rev 1100, but in fact,

[Geeqie-devel] recommended version?

2009-07-12 Thread Greg Troxel
In a directory with ~600 NEFs, deleting an image is taking 20 seconds of CPU time. I am running 1.0alpha3 which is in pkgsrc. Rather than debug this I thought I should get current. What is the current recommended version for users? Is it the code at svn ls

[Geeqie-devel] patch for MAP_ANONYMOUS use

2009-07-12 Thread Greg Troxel
NetBSD has MAP_ANON, and MAP_ANONYMOUS looks odd to me. I tried to find what POSIX says, and it seems MAP_ANON* is not part of the required definition of mmap: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html I am pretty sure mmap originated around 4.2BSD, so would think that

Re: [Geeqie-devel] patch for MAP_ANONYMOUS use

2009-07-12 Thread Omari Stephens
Greg Troxel wrote: NetBSD has MAP_ANON, and MAP_ANONYMOUS looks odd to me. I tried to find what POSIX says, and it seems MAP_ANON* is not part of the required definition of mmap: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html I am pretty sure mmap originated around