Hello,

I would like to change the build specification files from YAML to JSON to get rid of the complicated caching mechanism. Python has a built in JSON loader which is quite fast compared to the YAML loader. For the configure/build steps we have to load all items currently due to the item pickle cache (about 2000 files). With the built in JSON support we can optimize this to only load the required files (probably less than 100 if the test suite is disabled).

--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to