Skip to content

Commit

Permalink
memory optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Buote Xu authored and Buote Xu committed May 22, 2012
1 parent 49c8290 commit ed9ad9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/fbi/boost/fbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace fbi {
*
*/

typedef boost::uint_fast32_t IntType;
typedef boost::uint32_t IntType;

typedef std::vector<int>::size_type size_type;
typedef std::vector<int>::difference_type diff_type;
Expand Down Expand Up @@ -757,7 +757,6 @@ BOOST_MPL_ASSERT_MSG((boost::is_same<key_type, qkey_type>::value), KEY_TYPES_DON
createPtrVector(dataIntervalVector);

ResultType resultVector(offset + qdataContainer.size());

typename boost::tuples::element<0,key_type>::type dimLimits = boost::tuples::get<0>(state.getLimits());
// Call the hybrid algorithm for stabbing queries in the interval vector.
HybridScanner<true, NUMDIMS>::
Expand Down

0 comments on commit ed9ad9c

Please sign in to comment.