home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18310 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  30 lines

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