[mlpack-svn] [MLPACK] #281: NeighborSearchRules, FastMKSRules, DTBRules may not be inlined right

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue May 7 12:41:39 EDT 2013


#281: NeighborSearchRules, FastMKSRules, DTBRules may not be inlined right
---------------------+------------------------------------------------------
 Reporter:  rcurtin  |        Owner:                                                    
     Type:  defect   |       Status:  new                                               
 Priority:  minor    |    Milestone:  mlpack 1.0.6                                      
Component:  mlpack   |     Keywords:  inline, force_inline, neighbor search, rules, tree
 Blocking:           |   Blocked By:                                                    
---------------------+------------------------------------------------------
 A lot of the functions in the *_rules_impl.hpp files might not be inlined.
 Some cases (like the BaseCase() functions) might require force_inline.  So
 that should be done.  And it may make a runtime difference.  This is
 written mainly as a note to myself but if anyone else wants to jump on it,
 feel free...

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/281>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list