pcdshub / solid-attenuator

LCLS Solid Attenuator System IOC
https://pcdshub.github.io/solid-attenuator
Other
1 stars 4 forks source link

PERF: 400ms find_config -> down to 80ms using numpy to sort #23

Closed klauer closed 4 years ago

klauer commented 4 years ago

Identical T_config_table pre-PR and post-PR for initial tests 👍

Also ensures previous/next index doesn't go below 0/beyond configuration length.

rajanplumley commented 4 years ago

Nice!