Parsing Data #20
-
I'm trying to parse some well structured Basics: The I have already parsed it manually, and now I'd like to compare it to an equivalent Any guidance on where to begin? Pointers to examples, etc? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ryanbooker We actually have a binary data parser in our benchmark suite: https://github.com/pointfreeco/swift-parsing/blob/dd2e6f2e8e7ca0211e81bf790044a314602fd7dd/Sources/swift-parsing-benchmark/BinaryData.swift |
Beta Was this translation helpful? Give feedback.
@ryanbooker We actually have a binary data parser in our benchmark suite: https://github.com/pointfreeco/swift-parsing/blob/dd2e6f2e8e7ca0211e81bf790044a314602fd7dd/Sources/swift-parsing-benchmark/BinaryData.swift