ci-richard-mcelhinney / nhaystack

Niagara module for Project Haystack
https://www.project-haystack.org
Academic Free License v3.0
36 stars 23 forks source link

Fix performance of NSiteRefRelation #5

Closed esanderson closed 3 years ago

esanderson commented 3 years ago

Fixed a major performance issue in NSiteRefRelation- getting all relations is very expensive but searching for relations with a relation ID is more optimized. Also, removed redundant work in TagManager that was slowing down readAll operations.