ETABS_Toolkit: node results can be very slow
Open
type:feature
- Dominant language
- C#
- Stars
- 40
- Forks
- 11
- Avg merge
- 21h 40m
- Merged PRs (30d)
- 1
Description
#### Description:
with large models, pulling node results can be extremely slow.
Currently, each node is queried with it's own API call- my guess is that we can create a group of nodes, pull results for all of them, and then remove the group (or something similar).
Contributor guide
Assessment
This issue has not been assessed yet.