[Xcb-commit] tutorial.mdwn
XCB site
xcb at freedesktop.org
Tue Oct 7 01:09:43 PDT 2008
tutorial.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2711dc3635741cf422336355cc0c6d1f0b5c300
Author: XCB site <xcb at freedesktop.org>
Date: Tue Oct 7 01:09:42 2008 -0700
web commit by FrederikHertzum
diff --git a/tutorial.mdwn b/tutorial.mdwn
index a0c3309..6ec4cc7 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -84,7 +84,7 @@ With XCB, we can suppress most of the round-trips as the requests and the replie
The total time is `N * T_write + max (0, T_round_trip - (N-1) * T_write) + N * T_read`. Which can be considerably faster than all those Xlib round-trips.
-Here is a program that computes the time to create 500 atoms with Xlib and XCB. It shows the Xlib way, the bad XCB way (which is similar to Xlib) and the good XCB way. On my computer, XCB is 25 times faster than Xlib.
+Here is a program that computes the time to create 500 atoms with Xlib and XCB. It shows the Xlib way, the bad XCB way (which is similar to Xlib) and the good XCB way. On my computer, XCB is 25 times faster than Xlib. On another random machine XCB has been observed to be up to 117 times faster than Xlib, on rare occasions.
/* It's a good idea to paste this and other long code examples
into a text editor for easier reading */
More information about the xcb-commit
mailing list