Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
kccqzy
3y ago
0 comments
Save
Share
Recursively serialized data isn't a smell. How would you even serialize a tree structure without recursion?
0 comments
2 comments · 2 top-level
top
newest
oldest
icedchai
3y ago
A recursive data structure is fine, if you implement the serialization in a sane way. The escaping of your escaped strings containing other escaped strings seems like a code smell.
anonymoushn
3y ago
like this basically
https://simdjson.org/api/0.4.0/md_doc_tape.html
j
/
k
navigate · click thread line to collapse