xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

Add hashmap for :Index column for O(1) getindex() operations #138

Open chiraganand opened 1 year ago

chiraganand commented 1 year ago

Some getindex() operations use findfirst() et al functions to find the right date/time. This is not ideal as getindex() operations should be O(1).