language-implementation
How are arrays implemented in Perl?
The Perl array is开发者_开发百科 an abstract data type. What\'s the internal mechanism for the Perl array? Is it implemented with dynamic array or linked list?[详细]
2023-01-05 02:48 分类:问答PyPy -- How can it possibly beat CPython?
From the Google Open Source Blog: PyPy is a rei开发者_运维知识库mplementation of Python in Python, using advanced techniques[详细]
2022-12-26 03:33 分类:问答what exactly is a "register machine"?
From http://code.google.com/p/unladen-swallow/wiki/ProjectPlan I quote: \"Using a JIT will also allow us to move Python from a stack-based machine to a register machine, which has been shown to impro[详细]
2022-12-21 00:31 分类:问答What is an FFP machine?
In R. Kent Dybvig\'s paper \"Three Implementation Models for Scheme\" he speaks of \"FFP languages\" and \"FFP machin开发者_StackOverflow社区es\". Apparently there is some correlation between FFP mach[详细]
2022-12-18 01:50 分类:问答Internal implementation of java.util.HashMap and HashSet
I have been trying to understand the internal implementation of java.util.HashMap and java.util.HashSet.[详细]
2022-12-12 10:17 分类:问答
加载中,请稍侯......