factor/core/arrays
Slava Pestov 0290be6e93 Exploit the fast-path for allocation of array with initial element 0 by changing
new-sequence on arrays, the vector constructor, and resize-array, called when
growing vectors, to fill arrays with 0 instead of f. user code never observes the
initial value in these situations anyway. small speedup on bootstrap
2008-12-06 18:37:28 -06:00
..
arrays-docs.factor Fix permission bits 2008-10-02 08:34:49 -05:00
arrays-tests.factor Fix permission bits 2008-10-02 08:34:49 -05:00
arrays.factor Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00