$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc]Intrest - big integer library
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-02-17 02:06:22
Andrew Sutton wrote:
> Maybe yes, maybe no. I personal belief is that this particular approach
> won't result in a very good library or data structure.
well, my idea was more around ahving a Integer interface that rely on a
Representation concept that can be either made from scratch or refined
form exising code. It has the advantage to specify a clear interface
will letting implementation dependant detail hidden from the user.
Now, with a proper concept specification, it should be doable to get a
proper "cross-project" adaptor.
my 0.02 anyway ;)