[Xapian-tickets] [Xapian] #325: flint_table.cc uses zlib inefficiently

Xapian nobody at xapian.org
Tue Feb 17 04:47:01 GMT 2009


#325: flint_table.cc uses zlib inefficiently
---------------------------+------------------------------------------------
 Reporter:  tlipcon        |        Owner:  olly     
     Type:  enhancement    |       Status:  new      
 Priority:  normal         |    Milestone:  1.1.0    
Component:  Backend-Flint  |      Version:  SVN trunk
 Severity:  normal         |   Resolution:           
 Keywords:                 |    Blockedby:           
 Platform:  All            |     Blocking:           
---------------------------+------------------------------------------------

Comment(by olly):

 A virtual destructor is only required if you ever delete an object of a
 derived class via a pointer to the base class, which we never do in this
 case (in fact we never allocate !FlintTable on the heap).

 I'll take a look at the patch shortly, but it does sound worthwhile at
 least conceptually.

-- 
Ticket URL: <http://trac.xapian.org/ticket/325#comment:4>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list