wxmaxima:feature/KubaO/faster-data-structures

Last commit made on 2020-06-02
Get this branch:
git clone -b feature/KubaO/faster-data-structures https://git.launchpad.net/wxmaxima

Branch merges

Branch information

Name:
feature/KubaO/faster-data-structures
Repository:
lp:wxmaxima

Recent commits

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

wip font sizes etc.[ci skip]

6e8f64a... by Kuba Ober <email address hidden>

WIP string utils rework

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

WIP str copying

5c4099a... by Kuba Ober <email address hidden>

Reduce most prominent string copying in MathParser and TextCell.

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

Add string utilities.

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

Reduce recursive recalculations in GroupCell.

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

Refactor WXM cell tree generator to process individual lines.

It's not necessary anymore to build the temporary WXM line arrays.

78058a7... by Kuba Ober <email address hidden>

Reduce reallocations and copying in GroupCell.

58e05c5... by Kuba Ober <email address hidden>

Get rid of final std::lists that were meant to be a vector.

4196b9b... by Kuba Ober <email address hidden>

Improve on reallocations and indirections in MarkDown parser.

Note: The parser requires an overhaul. It's buggy.