riscv-isac
riscv-isac copied to clipboard
Performance fix for PyYAML comments
PyYAML has really really bad performance when adding comments, so I changed it to only add them for the first 100 entries. I also removed the l+i offset which doesn't make sense because the type is a dictionary.
See