[Boost-bugs] [Boost C++ Libraries] #7879: Optimize equality comparison

Subject: [Boost-bugs] [Boost C++ Libraries] #7879: Optimize equality comparison
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-10 23:22:58


#7879: Optimize equality comparison
--------------------------------------------------+-------------------------
 Reporter: Stepan Podoskin <stepik-777@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: multiprecision
  Version: Boost 1.53.0 | Severity: Optimization
 Keywords: |
--------------------------------------------------+-------------------------
 Comparing two numbers for equality should be trivial. However, current
 implementation uses one or two less-then operators. For rational numbers
 this is very inefficient because less-then operator is both complex and
 slow.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7879>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC