famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
52 stars 30 forks source link

perf: check event size in bytes without encoding twice #1804

Closed coder-with-a-bushido closed 3 months ago

coder-with-a-bushido commented 3 months ago

Needed for https://github.com/famedly/product-management/issues/2019

Also refer https://github.com/famedly/dart_openapi_codegen/pull/47 which has the actual change for code generation.