cc-metric-store/TODO.md

14 lines
526 B
Markdown
Raw Normal View History

2021-08-31 15:18:06 +02:00
# TODO
2021-06-09 06:03:31 +02:00
- Improve checkpoints/archives
- Store information in each buffer if already archived
- Do not create new checkpoint if all buffers already archived
2021-08-31 15:18:06 +02:00
- Missing Testcases:
- General tests
2021-08-31 15:18:06 +02:00
- Check for corner cases that should fail gracefully
- Write a more realistic `ToArchive`/`FromArchive` tests
2021-09-01 08:48:35 +02:00
- Optimization: Once a buffer is full, calculate min, max and avg
- Calculate averages buffer-wise, average weighted by length of buffer
- Only the head-buffer needs to be fully traversed
2021-08-31 15:18:06 +02:00
- ...