CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

Reduce SqliteBulkCopy flush size #219

Closed GoldenretriverYT closed 7 months ago

GoldenretriverYT commented 7 months ago

As counter productive as this may seem, this weirdly seems to improve performance.

In my case, I ran the first test in the default TestKernelSet. Previously, it took around 12.3s, with these changes it only takes 10.6s-10.7s

nxtlvlOS compilation went from 22.1s to 20.7s