|
|
|
|
|
by kentonv
2552 days ago
|
|
Sure, I was speaking in general, not specifically about the key-value case. I think most serialization frameworks are likely to be overkill for such a use case, spending more time on setup than actual parsing. Also note that storing the value (and maybe the key) with proper alignment might make it easier to use the data in-place, saving a copy. |
|