Hello....
Alexandre Machado wrote:
>Hi Amine,
>You have published some very interesting code. However a
>few things I noticed, which makes difficult for anyone to
>use your code:
>- You don't have both, unit and performance tests
>Have you ever considered this? I'm sure that it would make
>make it easier for other Delphi devs to start >using it, no?
You have to know that i have also used the following method
of testing called black box testing:
https://en.wikipedia.org/wiki/Black-box_testing
This why i have wrote this:
I have thoroughly tested and stabilized more my parallel archiver for
many years, and now i think that it is more stable and efficient, so i
think that you can be more confident with it.
This also true for all my other projects, i have followed the black box
testing also with them...
For race conditions , i think for an experienced programmer in parallel
programming like me, this is not
a so difficult task to avoid race conditions.
For sequential consistency i have also wrote this:
I have implemented my inventions with FreePascal and Delphi compilers
that don't reorder loads and stores even with compiler optimization, and
this is less error prone than C++ that follows a
relaxed memory model when compiled with optimization, so i have finally
compiled my algorithms implementations with FreePascal into Dynamic Link
Libraries that are used by C++ in a form of my C++ Object
Synchronization Library.
So this is much easier to make a correct sequential consistency with
Delphi and Freepascal because it is less error prone.
Other than that you have to know that i am an experienced programmer in
parallel programming also, so i think that my projects are more stable
and fast.
You can download all my projects from:
https://sites.google.com/site/aminer68/
Thank you,
Amine Moulay Ramdane..