Subject: Re: [boost] [shifted_ptr] Review Request
From: Vicente BOTET (vicente.botet_at_[hidden])
Date: 2011-04-05 01:54:33


> Message du 05/04/11 06:08
> De : "Phil Bouchard"

> A : boost_at_[hidden]
> Copie à :
> Objet : [boost] [shifted_ptr] Review Request
>
> Greetings,
>
> For those who are not aware in 2008 I wrote a memory manager running in
> real-time so that heap objects are being destructed instantly. A quick
> introduction can be found here:
> https://svn.boost.org/svn/boost/sandbox/shifted_ptr/libs/smart_ptr/doc/ShiftedPointer.ppt
>
> The library still needs more documentation but we can see the simplicity
> of its usage in its examples found in the sandbox. Here's a quick copy
> & paste compilation of the examples:
> $ svn co http://svn.boost.org/svn/boost/sandbox/shifted_ptr
> $ cd shifted_ptr/libs/smart_ptr/example
> $ make shifted_ptr_test1
> $ make t100_test1
> $ ./shifted_ptr_test1
> $ ./t100_test1
>
> "shifted_ptr_test1" shows its versatility and simplicity while
> "t100_test1" shows a more complicated application on a neural network.
>
> I would like to request a review while I add the necessary documentation
> for a better support.

Hi Phil,

it is a shame that you have not had the time since 2 years to make the documentation. If you add Jamfiles and a complete tests sheet this will encourage others to look at you library.

It is clear that in the current state the library is not ready for review.

Best,
Vicente