Skip to content
Update Performance and memory optimization authored by Iker Hurtado's avatar Iker Hurtado
...@@ -65,13 +65,13 @@ The structure representation (data model) and the algorithms working on it can b ...@@ -65,13 +65,13 @@ The structure representation (data model) and the algorithms working on it can b
`PENDING` `PENDING`
Idea: used Typed array instead of regular arrays Idea: use Typed array instead of regular arrays
### Create efficient math functions/operators ### Create efficient math functions/operators
`PENDING` `PENDING`
Idea: get rid of `mathjs` library Idea: get rid of *mathjs* library
Idea: implement our own math operators Idea: implement our own math operators
... ...
......