diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-21 16:09:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-21 16:09:40 +0200 |
commit | de733140c2b842080ea93eb38bde0f41a3a23665 (patch) | |
tree | 6fabc30b5916febfa145be94763b1529998b712a /README | |
parent | Move man pages into a separate directory (diff) | |
download | libaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.gz libaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.bz2 libaxl-de733140c2b842080ea93eb38bde0f41a3a23665.tar.xz |
Misc.
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |