TymeacDSE 2.1 發布

fmms 13年前發布 | 6K 次閱讀 Java

TymeacDSE是一個Java的fork-join應用服務器,采用分而治在一個嵌入式或 RMI 的配置方法。

TymeacDSE is a Java Fork-Join application server employing the Divide-and-Conquer methodology in either an embedded or remote (RMI) configuration.

f-j.jpg

Changes:

1. The ability to decompose (fork()) was added in the complete() method.
2. This makes usage easier for uses such as sorting.
3. After sorting in the compute() method, the application is left with many arrays of sorted items in the complete() method.
4. Merging those arrays can now be done in two ways.
5. You can simply fork() groups of those arrays in the complete() method until you arrive at a single array.
6. Or you can recursively call the Tymeac Server with Merge Functions until you arrive at a single array

項目地址:http://www.coopsoft.com/JavaDAC.html

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!