brull
Results
1
issues of
brull
when i run this program: `var sw = new Stopwatch(); sw.Start(); using (DwgReader reader = new DwgReader(_file)) { doc = reader.Read(); } sw.Stop(); Console.WriteLine(sw.ElapsedMilliseconds);` it takes about 80175ms to read...
bug