kicad/thirdparty/compoundfilereader
Seth Hillbrand 57ba38560c Optimize library load time for Altium plugin
Load times were >20min for moderate sized libraries as EnumFiles
iterated over the entire list for each operation.  The update modifies
our third-party lib to allow a return value, stopping the iteration when
we find our desired entry.  This also provides a short-circuit for
ASCII-based names, allowing single-level parsing if available
2023-08-18 13:50:15 -07:00
..
CMakeLists.txt
LICENSE.MIT
README.txt
compoundfilereader.h Optimize library load time for Altium plugin 2023-08-18 13:50:15 -07:00
utf.h UTF16ToWstring: stop at NUL input terminator. 2023-07-25 00:21:55 +03:00

README.txt

This directory contains the microsoft/compoundfilereader project from https://github.com/microsoft/compoundfilereader.

They are licensed under MIT, with the license text in this directory.