Skip to content
Update Performance and memory optimization authored by Iker Hurtado's avatar Iker Hurtado
...@@ -69,6 +69,8 @@ All the single operations with atoms (change, removal and creation) could be don ...@@ -69,6 +69,8 @@ All the single operations with atoms (change, removal and creation) could be don
I've been **refactoring and testing the atom change operation** and it's the bonds recalculation what does the operation slow and memory demanding (temporarily, eventually the memory is freed). I've been **refactoring and testing the atom change operation** and it's the bonds recalculation what does the operation slow and memory demanding (temporarily, eventually the memory is freed).
## Structure representation and algorithms ## Structure representation and algorithms
The structure representation (data model) and the algorithms working on it can be optimized to work with huge structures efficiently The structure representation (data model) and the algorithms working on it can be optimized to work with huge structures efficiently
...@@ -88,6 +90,7 @@ Idea: get rid of *mathjs* library ...@@ -88,6 +90,7 @@ Idea: get rid of *mathjs* library
Idea: implement our own math operators Idea: implement our own math operators
## Regular UI ## Regular UI
The regular UI can be optimized to work with huge structures efficiently The regular UI can be optimized to work with huge structures efficiently
... ...
......