rmarsh
rmarsh copied to clipboard
Ruby Marshal 4.8 encoder/decoder in Golang. Why? Who knows.
Results
2
rmarsh issues
Sort by
recently updated
recently updated
newest added
Following up on PR #1, I decided to try out different strategies to replace explicit buffer management in the current version of rmarsh Generator. I tried using `bytes.Buffer`, `bufio.Writer`, and...
I was seeing some performance issues with marshalling large arrays where just a few thousands of complex objects were marshalled for 20+ seconds. Digging deeper, it seems to be due...