Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Move document dependent data out of header section #13

@RigoLigoRLC

Description

@RigoLigoRLC

Document dependent data could come in multiple ways; Net manager returns a string object while net class is deserialized through deserializer (which output pointer to dynamically allocated string).

Putting them into the header will result in the situation where we must concatenate everything, which causes a lot of unneeded copying.

There should be a function in the deserializer which returns a vector of pointers pointing to strings on heap. Then Core will ba able to output them without having to concatenating everything again. This also requires the return type of data should be unified (all should be pointers to strings on heap).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions