During profiling it was revealed that a large portion of the time involved in turning an ontology like Brick into a set of templates was in binding necessary namespaces. This uses a single manager for all of those templates, which should not violate any correctness...
During profiling it was revealed that a large portion of the time involved in turning an ontology like Brick into a set of templates was in binding necessary namespaces. This uses a single manager for all of those templates, which should not violate any correctness...
Before: 52 seconds (Brick 1.3) After: 12 seconds
Depends on #106 (this is why the diff is so big)