Week 7: July 17th to July 23rd
- Tried different approaches to partially load waveform segments. Nothing quite worked 100%:
- Explored keeping track of segments in a linked list like outlined in the previous week.
- Looked into Segment Trees as way to keep track of what segments have already been loaded.
- Looked into Interval Trees to keep track of loaded segments
- Current investigating some bug in the current implementation wip · 4113fe7771 - blender - Blender Projects that causes blender to crash.
Next steps
- Address bugs in the current implementation