Architecture.pdf
Attaching the architecture block diagram.
Please ask any questions below.
We need to
- Create a BDD test suite
- Figure out & correct any leaks / bad behaviour
- Build an optimize checklist - ie a list of possible optimizations that can be applied. Eg: forEach to for loops.
- Apply those optimizations without breaking behaviour
Design goal - Favour speed over memory usage. But mark all such places liberally with comments, in case we need to build a low memory version at a later stage.
Architecture.pdf
Attaching the architecture block diagram.
Please ask any questions below.
We need to
Design goal - Favour speed over memory usage. But mark all such places liberally with comments, in case we need to build a low memory version at a later stage.