public marks

PUBLIC MARKS with tags library & gameai

March 2006

APHID Parallel Game-Tree Search Library

by bcpbcp (via)
APHID is an acronym for Asycnhronous Parallel Hierarchical Iterative Deepening. The APHID game-tree search algorithm attempts to accomplish many goals: * to test out the viability of asynchronous search methods for parallel alpha-beta based search. * to develop an algorithm that works well across all hardware platforms and applications. * to implement a tool that can be easily inserted into legacy sequential search algorithms.

October 2005

Continuations And Stackless Python

by bcpbcp
In this paper, an implementation of "Stackless Python" (a Python which does not keep state on the C stack) is presented. Surprisingly, the necessary changes affect just a small number of C modules, and a major rewrite of the C library can be avoided. The key idea in this approach is a paradigm change for the Python code interpreter that is not easy to understand in the first place. Recursive interpreter calls are turned into tail recursion, which allows deferring evaluation by pushing frames to the frame stack, without the C stack involved.

PUBLIC TAGS related to tag library

ajax +   chart +   charts +   code +   development +   drawing +   extjs +   framework +   graph +   groupe:clever-age +   imported +   javascript +   js +   programming +   ui +   web2.0 +   webdesign +  

Active users

bcpbcp
last mark : 04/03/2006 13:15