Files
releases/types
Torin Sandall e5b47c6c53 types: Use binary search for static property lookup (#3567)
The static properties are stored in sorted order so perform a binary
search to lookup instead of scanning all keys.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-06-21 10:14:18 +02:00
..