| ▲ | bontaq 5 hours ago | |
How's that O(N^2)? How's it O(N) with caching? Does a 3 turn conversation cost 3 times as much with no caching, or 9 times as much? | ||
| ▲ | jannyfer 4 hours ago | parent [-] | |
I’m not sure that it’s O(N) with caching but this illustrates the N^2 part: | ||