Subject: Re: [boost] [xint] quick review
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2011-03-14 11:15:06


Chad Nelson wrote:
> I have yet to see any other objection to my focus on unlimited-size
> integers for an unlimited-size integer library.

That's odd, because my very first posts in this review focused on your
code's unacceptably-poor performance for fixed-size integers. Here's
what I wrote in my review: "Performance of small and fixed-length
integers is poor. This could
be resolved by storing fixed-length values on the stack, or by using
some sort of small buffer optimisation."

Phil.