From: "Branimir Maksimovic" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: GENERAL DATA TYPE (Do you need one ?) Date: Wed, 21 Mar 2001 21:04:31 +0100 Organization: Public news server of EUnet Yugoslavia Lines: 23 Message-ID: <99b1hu$cv9$2@news.EUnet.yu> References: <9988r4$k33$1 AT tron DOT sci DOT fi> <9989to$s25$1 AT nnrp DOT atgi DOT net> <998h4d$5o0$1 AT tron DOT sci DOT fi> <998hls$sj5$1 AT nnrp DOT atgi DOT net> <99a8ig$3ms$1 AT tron DOT sci DOT fi> <99aodj$56v$1 AT nnrp DOT atgi DOT net> <99arcf$sum$1 AT tron DOT sci DOT fi> <99astp$5kf$1 AT nnrp DOT atgi DOT net> NNTP-Posting-Host: p-1.206.eunet.yu X-Trace: news.EUnet.yu 985205118 13289 213.240.1.206 (21 Mar 2001 20:05:18 GMT) X-Complaints-To: abuse AT EUnet DOT yu NNTP-Posting-Date: Wed, 21 Mar 2001 20:05:18 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Victor Bazarov" wrote in message news:99astp$5kf$1 AT nnrp DOT atgi DOT net... > "Traveler" wrote... > > > BTW, how would your Object type do all the conversions? By foot? > > > > > virtual conversion function..... > > Isn't that why Java is so damn slow? Everything is an object, > virtual everything, garbage all over the place (so it has to > be collected all the time)... When I see Java garbage collector it inevitably looks, like a bunch of memory leaks, and you fill like OS is deleting a large swap file and everything halts to stop :) Greetings, Bane. > > >