SourceComment: Getting rid of needless conversions?

Hi all

Do we really need UltraPeer::Data::ultrapeerSlots and UltraPeer::Data::leafSlots to be ints?

If we make them as uchar then we can use them in place in the streaming operator..

— cheers atul

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: SourceComment: Getting rid of needless conversions?
Hi Atul, I agree with your suggestions, see revno 86 of your branch or the attached patch. I made ultrapeerSlots and leafSlots uchars but kept the interface (ctor and getters) with (more...)