Re: Boxing and Unboxing of Value-Types when passed to a method call
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 01/25/05
- Next message: Larry: "C# / ASP.NET Question: how to use a class variable without initiate"
- Previous message: Diego: "RE: Cookies"
- In reply to: ALI-R: "Boxing and Unboxing of Value-Types when passed to a method call"
- Next in thread: Jon Skeet [C# MVP]: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Reply: Jon Skeet [C# MVP]: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Reply: ALI-R: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 Jan 2005 20:36:42 +0100
Ali,
Why you bother for boxing and unboxing on Net. The used OS needs processors
with speeds which are almost all above the 0.5 Ghz. Boxing and unboxing is
in that kind of computers nothing.
Boxing and unboxing can be in my opinon only still be important on the
CE-Network.
When there is a datareader involved as you write or any other IO like that,
than the reading will take that much time, that you can forget in my opinion
the time for boxing and unboxing, there are better places to win processing
speed.
Just my opinion.
Cor
- Next message: Larry: "C# / ASP.NET Question: how to use a class variable without initiate"
- Previous message: Diego: "RE: Cookies"
- In reply to: ALI-R: "Boxing and Unboxing of Value-Types when passed to a method call"
- Next in thread: Jon Skeet [C# MVP]: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Reply: Jon Skeet [C# MVP]: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Reply: ALI-R: "Re: Boxing and Unboxing of Value-Types when passed to a method call"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|