This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:event_data_structure [2020/01/11 19:40] – chaot | dev:event_data_structure [2020/01/11 23:56] (current) – chaot | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| If we know that we only need the query for the k-th last event for specific instruments, | If we know that we only need the query for the k-th last event for specific instruments, | ||
| + | |||
| + | === Misc Comments === | ||
| + | |||
| + | * The list currently contains pointers because of polymorphism of Event. | ||
| + | * IRC conversation: | ||