openpilot
openpilot copied to clipboard
raylib: faster startup
Loading all the codepoints for unifont takes 4s on device! And 300ms per inter font since we attempt to load them for it as well even we know they don't exist. @deanlee this should be a fun optimization problem if you want to check it out
1st try: https://github.com/commaai/openpilot/pull/36472