|
|
|
|
|
by joachimma
245 days ago
|
|
I wonder why round-trip is such a small concern for people implementing serializers/deserializers of various kinds.
I usually throw in an "Unknown" node type, which stores things unaltered until I can understand things again. The parsers I usually write are very small, so I haven't seen what issues comes up at scale, maybe there are dragons lurking . |
|
[NOTE: one dragon would be the memory consumption alluded to in the article.]