Boost logo

Boost-Commit :

From: arseny.kapoulkine_at_[hidden]
Date: 2007-08-05 15:47:59


Author: zeux
Date: 2007-08-05 15:47:53 EDT (Sun, 05 Aug 2007)
New Revision: 38462
URL: http://svn.boost.org/trac/boost/changeset/38462

Log:
Updated todo list
Text files modified:
   sandbox/SOC/2007/bigint/libs/bigint/todo.txt | 23 +++++++++++++++++++----
   1 files changed, 19 insertions(+), 4 deletions(-)

Modified: sandbox/SOC/2007/bigint/libs/bigint/todo.txt
==============================================================================
--- sandbox/SOC/2007/bigint/libs/bigint/todo.txt (original)
+++ sandbox/SOC/2007/bigint/libs/bigint/todo.txt 2007-08-05 15:47:53 EDT (Sun, 05 Aug 2007)
@@ -17,7 +17,8 @@
 5. Performance tests 7 July In progress
 6. Interface for storage 14 July In progress
 7. Storage implementation 14 July In progress
-8. Default implementation 30 July In progress
+8. Default implementation 30 July Awaiting resolution
+9. Advanced algorithms N/A In progress
 
 Note that perhaps some features will be completed before the deadline and probably some features will not make the deadline,
 and instead be finished several days later. So the list is by no means static.
@@ -193,10 +194,10 @@
 
 7. Storage implementation
 
-- implement all functionality for vector-based interface as set by interface requirements
-Status: needs implementing
++ implement stack based fixed capacity storage; add corresponding tests
+Status: implemented
 
-- implement stack based fixed capacity storage; add corresponding tests
+- implement all functionality for vector-based interface as set by interface requirements
 Status: needs implementing
 
 8. Default implementation
@@ -255,6 +256,20 @@
 + optimize string conversion
 Status: implemented; 6x speedup for fibonacci(10^6)
 
+9. Advanced algorithms
+
+- check modmul with either existing test or some other way
+Status: needs checking
+
+- perhaps support FFT with 3 primes for base = 2^32?
+Status: needs investigation
+
+- faster division algorithm (divide&conquer?)
+Status: needs implementing
+
+- faster number->string conversion
+Status: needs implementing
+
 -----------------------------------------------
 
 Problem: GMP calls abort() when failing to allocate memory.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk