| Algorithm 2: High-Frequency Stream Ingestion |
| Input: Geometry G, DyGLIN Index |
| Output: Success/Failure |
| 1: /* 1. Find the corresponding leaf node */ |
| 2: LeafNode L = |
| 3: if then |
| 4: |
| 5: end if |
| 6: /* O(1) operation: Only append to the buffer */ |
| 7: |
| 8: return Success |