Boost logo

Boost :

Subject: [boost] [shifted_ptr] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-05 00:05:33


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.

Thanks,
-Phil


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk