/
niceSOFT
/
libexpat
ОбзорДокументацияВойти
/
niceSOFT
/
libexpat
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libexpat/
testdata/largefiles/
..
README.txt

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
aaaaaa_attr.xml

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
aaaaaa_cdata.xml

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
aaaaaa_comment.xml

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
aaaaaa_tag.xml

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
aaaaaa_text.xml

Add aaaaaa_*.xml with unreasonably large tokens

3 года назад
nes96.xml

Fix typos and add ICPSR full name

9 лет назад
ns_att_test.xml

Added a file for testing the duplicate prefixed attribute check.

23 года назад
recset.xml

Remove extraneous @ from test file (issue #120)

9 лет назад
wordnet_glossary-20010201.rdf

Added files for performance testing.

23 года назад
README.txt
This directory contains some really large test files, mostly used to
benchmark various aspects of Expat's performance.
 
(As files are added, they should be described here, including what
benchmark program they're intended to be used with and what that
resulting measurements tell us.)
 
* nes96.xml (~2.8 MB):
- properties: no namespaces, mixed content, average nesting depth
- source: http://sda.berkeley.edu:7502/ddi/nes96/
(no indication of license or copyright there)
- purpose: mostly for performance testing with the benchmark utility
 
* wordnet_glossary-20010201.xml (~14.4 MB):
- properties: namespaces, element content, flat
- source: http://www.semanticweb.org/library/wordnet/
(license looks Open Source, see license.html file on the same page)
- purpose: mostly for performance testing with the benchmark utility
 
* recset.xml (~29.1 MB):
- properties: small portion with namespaces, bulk without, element
content, flat
- source: test data donated by Karl Waclawek
- purpose: mostly for performance testing with the benchmark utility
 
* ns_att_test.xml (~34.2 MB):
- properties: lots of prefixed attributes (28 on average), element
content, flat
- source: test data donated by Karl Waclawek
- purpose: mostly for performance testing with the benchmark
utility, specifically for testing the duplicate attribute check in
storeAttributes()
 
* aaaaaa_attr.xml (~10 MB):
- properties: trivial file with a huge attribute value
- source: generated by a simple shell script
- purpose: performance/regression test
 
* aaaaaa_cdata.xml (~10 MB):
- properties: trivial file with huge cdata content
- source: generated by a simple shell script
- purpose: performance/regression test
 
* aaaaaa_comment.xml (~10 MB):
- properties: trivial file with a huge comment
- source: generated by a simple shell script
- purpose: performance/regression test
 
* aaaaaa_tag.xml (~10 MB):
- properties: trivial file with a huge tag name
- source: generated by a simple shell script
- purpose: performance/regression test
 
* aaaaaa_text.xml (~10 MB):
- properties: trivial file with a huge text segment (no newlines)
- source: generated by a simple shell script
- purpose: performance/regression test