@@ -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).
## Structure representation and algorithms
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
Idea: implement our own math operators
## Regular UI
The regular UI can be optimized to work with huge structures efficiently