aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-21 16:09:40 +0200
committerMattias Andrée <maandree@kth.se>2020-06-21 16:09:40 +0200
commitde733140c2b842080ea93eb38bde0f41a3a23665 (patch)
tree6fabc30b5916febfa145be94763b1529998b712a /README
parentMove man pages into a separate directory (diff)
downloadlibaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.gz
libaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.bz2
libaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.xz
Misc.
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index bc93a6d..30f0b51 100644
--- a/README
+++ b/README
@@ -21,3 +21,7 @@ The goals of libaxl are:
* Be thread-safe by default (unlike libX11)
* Use liberror for error handling (unlike XCB and libX11, obviously)
+
+libaxl is faster than Xlib because it is asynchronous,
+however it is slower than xcb because it parses format
+strings rather than specialised functions.