xanxys / bonsai-massive

(discontinued) Massive artificial vegetation evolution simulator
5 stars 1 forks source link

Create fast jsonpb marshaler #19

Closed xanxys closed 8 years ago

xanxys commented 8 years ago

default marshaler is bottleneck of biosphere_frames.

proto3 javascript impl is still alpha, so migrating to protobuf in client <-> frontend is not an option yet.

xanxys commented 8 years ago

Decided to use protobuf.js instead