bufbuild / protobuf-es

Protocol Buffers for ECMAScript. The only JavaScript Protobuf library that is fully-compliant with Protobuf conformance tests.
Apache License 2.0
960 stars 55 forks source link

V2: Speed up reflect with classes #837

Closed timostamm closed 3 weeks ago

timostamm commented 3 weeks ago

Following https://github.com/bufbuild/protobuf-es/pull/836, we can make another performance improvement by using classes for ReflectMessage, ReflectList and ReflectMap:

- fromBinary perf-payload.bin x 5,094 ops/sec ±0.51% (97 runs sampled)
+ fromBinary perf-payload.bin x 7,040 ops/sec ±0.67% (98 runs sampled)