3 Parsing DrugBank XML (or any large XML file) in streaming mode in Go

bionics.it posted by saml 2226 days ago  

Blog post exploring how large, tricky XML files can be parsed very efficiently using Go's awesome struct unmarshalling feature, without the need to read everything into memory from the start. Includes a full reproducible code workflow code example implemented with the SciPipe workflow library.

Register to comment or vote on this story