NEWS: Note the x86 nature of the quoted performance results

And mention that embedded systems often did even better.
This commit is contained in:
Carl Worth 2007-03-06 01:25:17 -08:00
parent d7df4d4d4c
commit 5dfa8c23f1

9
NEWS
View file

@ -14,7 +14,14 @@ Performance improvements
Within the cairo project, the last 6 months or so has seen an intense
effort focusing on the performance of cairo itself. That effort has
paid off considerably, as can be seen in the following highlights of
some of the performance differences from cairo 1.2.6 to cairo 1.4.0:
some of the performance differences from cairo 1.2.6 to cairo 1.4.0.
(Note: The performance results reported here were measured on an x86
laptop. Many of the improvements in 1.4---particular those involving
text rendering---are even more dramatic on embedded platforms without
hardware floating-point units. Such devices played an important part
of many of the optimizations that found their way into cairo over the
last few months.)
• Dramatic improvement when drawing objects that are mostly off-screen
with the image backend (with the xlib backend this case is still