riddl
riddl copied to clipboard
Validation Can Be Done In Parallel
Bounded Contexts are very isolated from other constructs. To speed up validation, AST.Context instances could be processed in parallel during validation without harm. The message list will need to become thread safe but there should be little other impact than that.