Golang
Using Polyglot in Golang
Installation
Basic Usage
Encoding Data
Decoding Data
Memory Management
Polyglot's Go implementation includes special features for memory efficiency:
Buffer Pooling
The Buffer type supports reuse to minimize allocations:
Allocation Optimizations
Monitor allocations in performance-critical code:
Working with Collections
Arrays
Edit on GitHub
Last updated on