You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/faster-go-xml-processing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ contemporary
104
104
on a dataset consisting of 327GB XML in about 36M documents (36557510) — that
105
105
is the set of publicly available metadata from
106
106
[PubMed](https://pubmed.ncbi.nlm.nih.gov/) (the target [struct](https://github.com/miku/parallel/blob/27272f36538b21baa3256ec2e9487cca73d20628/examples/xmlstream/main.go#L75-L318) requires a few hundred lines). The test ran in 03/2024. The
107
-
sequential approach took**177 minutes**, the parallel approach brings this down to
107
+
sequential approach takes**177 minutes**, the parallel approach brings this down to
108
108
about **20 minutes**, an about 9x improvement ⚡ in throughput.
109
109
110
110
To put this into perspective, you can take a [metadata
0 commit comments