Skip to search formSkip to main contentSkip to account menu

Stackless Python

Known as: Stackless 
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Due to the large number of available libraries and its strong community of users and developers, Python has become one of the… 
2019
2019
Neural network architectures have been augmented with differentiable stacks in order to introduce a bias toward learning… 
2018
2018
As transistor scaling hits its limits, a new challenge for general purpose computing arises: the need for efficient structures… 
2015
2015
OpenSubdiv [Pixar 2012] is the de-facto industry standard for the representation of subdivision surfaces. Its feature-adaptive… 
2011
2011
Programming support for multi-threaded applications on embedded microcontroller platforms has attracted a considerable amount of… 
2009
2009
Traditional Direct Volume Raycasting (DVR) on the GPU is limited to uniform voxel grids stored as 3D textures. This approach is… 
2003
2003
This paper describes a purely functional implementation of LR parsing. We formally derive our parsers in a series of steps… 
1999
1999
In this paper, an implementation of "Stackless Python" (a Python which does not keep state on the C stack) is presented… 
1987
1987
This note generalizes the one-way, stackless quicksort of Huang and Knuth to work for any type of sort key. It thus proves that…