[Mono-bugs] [Bug 316921] AssemblyQualifiedName is slow

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 5 18:05:38 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=316921

User robertj at gmx.net added comment
http://bugzilla.novell.com/show_bug.cgi?id=316921#c4


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robertj at gmx.net




--- Comment #4 from Robert Jordan <robertj at gmx.net>  2009-08-05 16:05:37 MDT ---
Serializing an "int" in a method call is not a good benchmark because ints and
other primitive types enjoy optimized treatment by the serializer.

You should rather bench a user defined [Serializable] type because in this case
the serialization stream is required to contain the full assembly name of the
type.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list