qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
242 stars 32 forks source link

Avoid using direct binary.Write when encoding a document #29

Closed qmuntal closed 4 years ago

qmuntal commented 4 years ago

The binary.Write call accounts for almost all the memory consumed during encoding.