๐คfullung๐6y๐ผ83๐จ๏ธ17
(Replying to PARENT post)
Looks neat, why not try to upstream it to the Go standard library if it's fully compatible?
๐คsoamv๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
My problem with serialization in Go isn't so much speed but marshalling/unmarshalling pain.
I've been using these packages with some success:
https://github.com/tidwall/sjson
https://github.com/tidwall/gjson
Not knocking this pkg, just thought I'd share xD
๐คOzzyB๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
These dudes create some awesome stuff.
๐คthrownaway954๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Now if there's a way to vendor built-in libraries...
๐คkhc๐6y๐ผ0๐จ๏ธ0
(Replying to PARENT post)