What is the most efficient way to filter multiple lists through multiple conditions? Ex.
time = [1, 2, 3, 4, 5] x = [3, 3, 3, 3, 3] y = [5, 5, 8, 8, 8]