Skip to content

Generating inline is to slow #45

@cmbsolutions

Description

@cmbsolutions

When generating strings inline it takes ages to complete. This is because the editor needs to be locked by each generator thread that wants to write to its line.

Fix:
Put all text into memory, then append generated string in memory and write all back to editor only once.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions