mirror of https://github.com/AxioDL/tinyxml2.git
minor readme update
This commit is contained in:
parent
1f83145cb4
commit
74a81cf1d9
|
@ -60,7 +60,10 @@ complete XML needs, TinyXML-2 is not the parser for you.
|
||||||
TinyXML-1 vs. TinyXML-2
|
TinyXML-1 vs. TinyXML-2
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Which should you use? TinyXML-2 uses a similar API to TinyXML-1 and the same
|
TinyXML-2 is now the focus of all development, well tested, and your
|
||||||
|
best choice unless you have a requirement to maintain TinyXML-1 code.
|
||||||
|
|
||||||
|
TinyXML-2 uses a similar API to TinyXML-1 and the same
|
||||||
rich test cases. But the implementation of the parser is completely re-written
|
rich test cases. But the implementation of the parser is completely re-written
|
||||||
to make it more appropriate for use in a game. It uses less memory, is faster,
|
to make it more appropriate for use in a game. It uses less memory, is faster,
|
||||||
and uses far fewer memory allocations.
|
and uses far fewer memory allocations.
|
||||||
|
@ -308,3 +311,6 @@ Berquin and Andrew Ellerton who were key contributors.
|
||||||
TinyXML-2 grew from that effort. Lee Thomason is the original author
|
TinyXML-2 grew from that effort. Lee Thomason is the original author
|
||||||
of TinyXML-2 (and TinyXML-1) but hopefully TinyXML-2 will be improved
|
of TinyXML-2 (and TinyXML-1) but hopefully TinyXML-2 will be improved
|
||||||
by many contributors.
|
by many contributors.
|
||||||
|
|
||||||
|
Thanks to John Mackay for the TinyXML-2 logo.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue