nikhilgeit / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

compare mono vs windows performance on apples to apples hardware #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
See title. Seems like mono runs abot much slower than windows.

Original issue reported on code.google.com by sjdir...@gmail.com on 12 Mar 2013 at 3:39

GoogleCodeExporter commented 8 years ago
I suspect that mono runs slower due to its basic garbage collector. I have 
heard its a known bottleneck and there are plans to completely re-implement it.

Original comment by sjdir...@gmail.com on 12 Mar 2013 at 4:30

GoogleCodeExporter commented 8 years ago
Another reason that the garbage collector might be the culprit is that abot 
creates and disposes of tons of objects which will put any garbage collector to 
the test.

Original comment by sjdir...@gmail.com on 12 Mar 2013 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by sjdir...@gmail.com on 3 Feb 2014 at 4:23