abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
468 stars 30 forks source link

Enhance performance of unmarshalSlice #74

Closed sunfish-shogi closed 3 years ago

sunfish-shogi commented 3 years ago

Reduce number of times of system call for known size slice.