Commit 220021b
committed
Load the rtree on the Lrs instance
It only stores the data, not an instance of RTree.
This is not a problem as it is designed a zerocopy and we can
spawn an instance of RTreeRef on the go.
Otherwise, we need to manage lifetimes, and we don’t want to
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>1 parent 5aef6e8 commit 220021b
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
231 | 236 | | |
| 237 | + | |
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
| |||
710 | 716 | | |
711 | 717 | | |
712 | 718 | | |
| 719 | + | |
713 | 720 | | |
714 | 721 | | |
715 | 722 | | |
| |||
0 commit comments