We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485b650 commit 71becd9Copy full SHA for 71becd9
Project.toml
@@ -5,7 +5,6 @@ version = "0.1.3"
5
6
[deps]
7
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
8
-Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
9
10
[compat]
11
julia = "1.7"
benchmarks/suite.jl
@@ -7,6 +7,7 @@ using BenchmarkTools
file = download("http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd")
#-----------------------------------------------------------------------------# Read
+@info "XML.Raw" @benchmark XML.Raw($file)
@info "XML.FastNode" @benchmark XML.FastNode($file)
12
@info "XML.Node" @benchmark Node($file)
13
@info "XML.RowNode" @benchmark XML.RowNode($file)
0 commit comments