| leonardo ( |
Re: C# Linux timings
See also:
http://tirania.org/blog/archive/2009/Ju l-16.html
I think D is currently using a GC a bit better than then Bohem one.
I have tried and I have failed. I don't know C# yet.
Since they changed the JIT from a tree-based internal representation to the new linear IR things got faster and still will
See also:
http://tirania.org/blog/archive/2009/Ju
Sure, because at the moment they still use the same conservative Boehm-Demers-Wiser Conservative Garbage Collector like the D programming language
I think D is currently using a GC a bit better than then Bohem one.
No it isn't (at least if you do it the primitive way). You just have to change the "class" keyword to "struct". That is basically all you have to do (no other changes - structs are instantiated with new like objects, so again no changes here).
I have tried and I have failed. I don't know C# yet.