#425: Improve performance of INI/BC serialization#426
Conversation
This reverts commit 2fe68d9.
…e for each value in the data block.
|
Kudos, SonarCloud Quality Gate passed!
|
|
With these changes the @veenstrajelmer tests will be about 33% faster (from ~30s to ~20s on 100000 rows) |
|
I think this PR could still be useful for the performance of writing BC/INI files. At the moment, hydrolib-core creates all kinds of objects before writing/serializig them to a file. For example According to Pydantic, creating objects can be up to 30x faster when object are created via the https://docs.pydantic.dev/1.10/usage/models/#creating-models-without-validation |








No description provided.