home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!rational.com!thor!rmartin
- From: rmartin@thor.Rational.COM (Bob Martin)
- Subject: Re: Special-purpose-heap-managers - references, FTP?
- Message-ID: <rmartin.725043829@thor>
- Sender: news@rational.com
- Organization: Rational
- References: <1992Dec18.110536.11510@daimi.aau.dk>
- Date: Tue, 22 Dec 1992 17:03:49 GMT
- Lines: 18
-
- sabroe@daimi.aau.dk (Morten Sabroe Mortensen) writes:
-
- |Could anyone, -who have tried-, tell, what kind of experiences they have with
- |special-purpose-heap-managers like 'Pool', in what kind of program, with what
- |kind of result/speed-up?
-
- I have made use of special purpose heap managers many times. They are
- easy to construct, and much faster than the general purpose
- (new/delete, malloc/free) type allocators. How much your application
- will benefit from using them depends a lot on how much allocation you
- perform.
-
-
- --
- Robert Martin Training courses offered in:
- R. C. M. Consulting Object Oriented Analysis
- 2080 Cranbrook Rd. Object Oriented Design
- Green Oaks, Il 60048 (708) 918-1004 C++
-