Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.05.31;
Скачать: CL | DM;

Вниз

StreamSec Garbage Collector   Найти похожие ветки 

 
oxffff ©   (2009-03-26 10:55) [0]

Сам бы потестил, но к компьютеру подхожу урывками в перерывах на еду.

Кому интересно
https://forums.codegear.com/thread.jspa?threadID=14351


 
oxffff ©   (2009-03-29 19:12) [1]

Вверх живо.
Вдруг кто пропустил. :)


 
turbouser ©   (2009-03-29 19:41) [2]


Downloads and more information here:

http://wiki.streamsec.net/perspective.aspx?page=freeze:Stgc
news://news.streamsec.net/streamsec.public.gc

The StreamSec Garbage Collector is a native precise tracking garbage
collector for Delphi, based on a sweep-and-mark algorithm and lock-less
linked lists, that can be used in either incremental mode or
stop-the-world mode. It does not replace the built in memory manager,
but supports memory block caching for faster allocation when used for
classes that have roughly the same instance size.

The purpose of this garbage collector is to facilitate the
implementation of complex structures where the ownership relations are
unclear, where circular references make traditional reference counting
unreliable, and where the structures are used and manipulated by
multiple concurrent threads.

The code is free to use, at your own risk, for non-commercial purposes.

Supports Delphi 6 and up. (Delphi 4 and Delphi 5 are not supported,
although the code could technically be modified to work with these
compilers.)

New in the 20090326 version:

* Weak fields that are cleared automatically when the referenced object
is collected
* Caching of allocated memory with size differentiation
* Incremental with Locked Constructor mode. This mode suspends creation
of new objects during the markup phase, leading to faster sweep times


Интерсная штука, конечно...Но с практической точки зрения - ИМХО не очень нужная...
ЗЫ
Не скачивал :)


 
Rouse_ ©   (2009-03-30 12:06) [3]

Скачал - тестовый пример падает с Range Check Error, дальше пока не смотрел :)


 
Alkid ©   (2009-03-30 14:33) [4]


> Rouse_ ©   (30.03.09 12:06) [3]

А что - самый радикальный способ собрать мусор - прибить процесс, его породивший :)))



Страницы: 1 вся ветка

Текущий архив: 2009.05.31;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.014 c
4-1210438911
Тимохов
2008-05-10 21:01
2009.05.31
Как правильно отрисовать в WM_PAINT?


2-1239404205
NVMZ
2009-04-11 02:56
2009.05.31
Изменения размеров формы


15-1238018281
Юрий
2009-03-26 00:58
2009.05.31
С днем рождения ! 26 марта 2009 четверг


15-1237980549
@!!ex
2009-03-25 14:29
2009.05.31
Помогите разобраться с SVN


4-1190046757
Bora.ru
2007-09-17 20:32
2009.05.31
Снимок частично закрытого окна