korzio/djv

Refactoring - Change internal state

Closed this issue · 1 comments

For resolving internal references it is used a stack of states, and it adds a state each time function goes into recursion. To find appropriate context, validator creates an object. This should be optimized at least to create a state only if necessary.

  • Refactor state stack mechanism.

Remove toFunction