-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
75 lines (47 loc) · 1.28 KB
/
README
File metadata and controls
75 lines (47 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
High Performance Java XML Parser (HPJXP)
http://www.thebuzzmedia.com/software/high-performance-java-xml-parser-hpjxp/
Changelog
---------
Work in Progress, no release at this time.
License
-------
This library is released under the Apache 2 License. See LICENSE.
Description
-----------
Project goal is to create the world's fastest XML parser by making the following
design decisions up-front:
* Non-validating, no logic inside the parser to honor a DTD or Schema
* Non-well-formedness, parser looks for tag boundaries only.
* No byte-to-char decoding until the value is retrieved
All parsing is done directly on the raw bytes, marking off tag boundaries and
firing back XML Pull-esque-events to the caller when found. Only when the
values from the XML are retrieved is anything parsed out of the data stream.
Performance
-----------
TBD
Example
-------
TBD
How it Works
------------
TBD
Memory/CPU Overhead
-------------------
TBD
Runtime Requirements
--------------------
TBD
History
-------
To-be-written
Troubleshooting
---------------
Here are some issues you might run into and what you can do to correct it.
TBD
Reference
---------
TBD
Contact
-------
If you have questions, comments or bug reports for this software please contact
us at: software@thebuzzmedia.com