From ab010be7a63c97d1102fae2971c3fb30f174418e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 25 Apr 2009 12:03:55 +0200 Subject: dmenu/history file bench notes --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 39b48c1..19798d9 100644 --- a/README +++ b/README @@ -54,7 +54,7 @@ I use utf8, so unless you use characters that are "special" (chinese etc) each character takes 1 byte. So, assume each entry is about 80 chars, you visit 100 pages per day (?), and you wonder when your history file will be 50MB big: (50 * 1000 * 1000 ) / ( 80 * 100 ) = 6250 days or 17 years. - +There is code to run a benchmark in the 'extra' dir. For results & interpretation, see http://dieter.plaetinck.be/poor_mans_dmenu_benchmark -- cgit v1.2.3