lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 5 Oct 2012 18:06:57 -0700 (PDT)
From:	david@...g.hm
To:	Uwaysi Bin Kareem <uwaysi.bin.kareem@...adoxuncreated.com>
cc:	linux-kernel@...r.kernel.org
Subject: Re: Minimal jitter = good desktop.

less jitter != less latency

you could (in theory) eliminate jitter by delaying every keypress 
processed for exactly 1 second by having the code paths that process 
keypresses faster insert delays before implementing the results.

that would result in zero jitter, but horrific latency.

latency is how long it takes to do something, jitter is how much the 
latency varies.

normally, if you optimize for one you make the other worse.

If you optimize for latency, you try to finish everything as soon as you 
can. Since some things take longer than others, jitter increases.

David Lang

On Sat, 6 Oct 2012, Uwaysi Bin Kareem wrote:

> Reducing jitter seems central for many things.
> First of all keypresses seem faster. (less jitter = less latency).
> Doom 3 and similar jittersensitive OpenGL applications run smoothly, and 
> better than windows. Doom 3 was also my main app to get running well, and 
> measuring jitter in the signalpath of OpenGL improved the overall computing 
> experience.
>
> Even youtube videos who are not synced to refresh, with a refresh of 60, and 
> a videofps of 30, runs quite well. 
> http://paradoxuncreated.com/Blog/wordpress/?p=3221
>
> System is responsive, and I have only had one problem, and that is packing 
> seems not to work at the moment.
>
> For a fast test in Ubuntu, try 
> http://paradoxuncreated.com/Blog/wordpress/?p=2268
>
> Definately a recommended config on the desktop.
>
> Peace Be With You.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ