Boost C++ Libraries: Ticket #1710: Redo the prime number list https://svn.boost.org/trac10/ticket/1710 <p> Hervé Brönnimann: </p> <p> The prime number list is too short, it roughly doubles every time. On the other hand, I understand that it wouldn't do that have a *much* larger list, as this static array is included in every translation unit. One possibility for a much finer one would be to make unordered an object library, included in the build. I understand if you want to keep it "include-only", but could you at least enlarge the list to have an increase of 30% instead of 100%? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1710 Trac 1.4.3 Daniel James Sun, 01 Jun 2008 10:15:10 GMT status, milestone changed https://svn.boost.org/trac10/ticket/1710#comment:1 https://svn.boost.org/trac10/ticket/1710#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.36.0</span> </li> </ul> Ticket Daniel James Mon, 24 Nov 2008 22:56:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1710#comment:2 https://svn.boost.org/trac10/ticket/1710#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49926" title="Use a larger prime number list. Fixes #1710">[49926]</a>) Use a larger prime number list. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1710" title="#1710: Feature Requests: Redo the prime number list (closed: fixed)">#1710</a> </p> Ticket