Compare current implementation as associative collection with Timestamps.jl based alternative. Timing and memory allocation with long transaction lists when calculating a representative (e.g. profit/loss) metric. The main question is whether hash table based indexing of timestamp keys offers any advantages for faster retrieval when iterating across all and some time points.
Compare current implementation as associative collection with
Timestamps.jlbased alternative. Timing and memory allocation with long transaction lists when calculating a representative (e.g. profit/loss) metric. The main question is whether hash table based indexing of timestamp keys offers any advantages for faster retrieval when iterating across all and some time points.