/codec

A go language library providing standardized interfaces for handling data marshalling and unmarshalling; focusing on data formats (bson, json, cbor, gob,..), and compression (zstd, snappy, gzip, ...) implemented using optimized parallelized methods. This functionality is repeated throughout many libraries and applications and by centralizing the codebase for this functionality optimizations can be focused on this library and the benefits are seen throughout all our Go applications. This is also a component that often where security issues arise, and so reusing this code allows us to maintain a standard across all our Go applications.

Primary LanguageGo

No issues in this repository yet.