johanbrandhorst / protobuf

GopherJS Bindings for ProtobufJS and gRPC-Web
MIT License
81 stars 16 forks source link

protoc-gen-gopherjs: Consider alternatives to current Map/Slice getter and setters #1

Closed johanbrandhorst closed 7 years ago

johanbrandhorst commented 7 years ago

Map and Slice setters and getters iterate on all inputs and set JS object values one at a time. This is wasteful, if it could all be done with one function call. Investigate this.

johanbrandhorst commented 7 years ago

This was closed with #13 as well