factor/core/vectors
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
..
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
vectors-docs.factor Fix permission bits 2008-10-02 08:34:49 -05:00
vectors-tests.factor Refactor all usages of >r/r> in core to use dip, 2dip, 3dip 2008-11-23 02:44:56 -06:00
vectors.factor Exploit the fast-path for allocation of array with initial element 0 by changing 2008-12-06 18:37:28 -06:00