Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Optimierungen #79

Open
bafto opened this issue Jul 18, 2024 · 0 comments
Open

Text Optimierungen #79

bafto opened this issue Jul 18, 2024 · 0 comments
Labels
Typ: Leistung Verbesserung der Ausführ- oder Kompiliergeschwindigkeit

Comments

@bafto
Copy link
Member

bafto commented Jul 18, 2024

Im Moment werden Texte intern einfach als C-String (char*) + Länge dargestellt.
Es wird weder das Lesen (via small-string-optimization) noch das Schreiben (via einer separaten kapazität) optimiert.

Sobald #78 fertig ist sollte das gemacht werden, damit DDP Programme nicht unerwarteterweise langsamer als Python werden, bloß weil man einen etwas zu großen Text benutzt hat.

Eine mögliche Optimierung wären z.B. "German Strings", die auch noch namentlich passen.

@NotLe0n NotLe0n added the Typ: Leistung Verbesserung der Ausführ- oder Kompiliergeschwindigkeit label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typ: Leistung Verbesserung der Ausführ- oder Kompiliergeschwindigkeit
Projects
None yet
Development

No branches or pull requests

2 participants