wxmaxima:feature/KubaO/speed-up-tree

Last commit made on 2020-07-10
Get this branch:
git clone -b feature/KubaO/speed-up-tree https://git.launchpad.net/wxmaxima

Branch merges

Branch information

Name:
feature/KubaO/speed-up-tree
Repository:
lp:wxmaxima

Recent commits

93808e7... by Kuba Ober <email address hidden>

WIP [ci skip]

9c100c8... by Kuba Ober <email address hidden>

Lighten up UI definition code.

f21dbd8... by Kuba Ober <email address hidden>

Add string utilities.

baee875... by Kuba Ober <email address hidden>

WIP String Cleanups

6190a4e... by Kuba Ober

Feature/speedup 1 (#1266)

* Remove duplicate code.

* Store the TreeUndoActions themselves in the undo action list, instead of pointers.

This removes one layer of indirection, list node memory allocation per undo item, and gets rid of manual memory management for those items.

* Use vectors instead of lists in EditorCell.

* Minimize allocations in the Maxima output tokenizer.

* Replace evaluation queue list with a vector, to minimize allocations.

* Store top-level windows in a vector.

* Pointer cleanup.

* Clean up some unnecessary wxString copies.

* Refactor the CharButton definition code.

* Add a missing include.

* Remove a non-C++11 construct.

* Add a missing include

d7f4a4f... by PeterPall

The math parser's regex can be static, too.

573b2eb... by PeterPall

Updated the pre-built manuals and the translatable strings therein.

fe0b134... by PeterPall

The other prompt pre- and suffixes can be made more XML-like.

b77313a... by PeterPall

Commented out the lines that detect the output prompt prefix

wxMaxima.cpp detected the output prompt and then didn't handle it.
My guess is that we don't need to detect it any more, then.

7c0f2a6... by PeterPall

We can make even more frequently-used strings static

A mystery is: Where do we handle output prompts?