nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
210 stars 28 forks source link

Current package (2.0.0) doesn't appear to be optimized #12

Closed chucker closed 5 years ago

chucker commented 5 years ago

I got a warning in BenchmarkDotNET that the DLL appears to be a debug build, which affects performance. Is this intentional?

nicoriff commented 5 years ago

Hi @chucker. Yes you are right. I made that mistake a couple of versions before. I will fix it on the next release. If you need optimized ASAP you can clone and build it. Anyway there will be no big performance differences since it's small library. Thanks for advising!.