factor/core
Doug Coleman 0fda669750 growable: Multiply growable size by 2 instead of 3 when growing.
http://stackoverflow.com/questions/1100311/what-is-the-ideal-growth-rate-for-a-dynamically-allocated-array
Fixes #1284.
2015-03-11 16:53:20 -07:00
..
alien core: use if* in a couple places. 2014-11-29 16:03:50 -08:00
arrays
assocs
bootstrap classes.tuple: use slots>tuple when possible. 2014-11-29 16:54:50 -08:00
byte-arrays
byte-vectors cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
checksums
classes change errors to use "object" instead of "obj". 2014-12-01 08:04:49 -08:00
combinators combinators: fix broken optimization that made floats work for integer keys. 2015-01-17 15:46:04 -08:00
compiler/units
continuations Revert "continuations.tests: test case for #1187" 2014-12-04 11:46:28 -08:00
definitions definitions: removing unused "new-word?" word. 2014-11-29 21:46:26 -08:00
destructors
effects
generic
growable growable: Multiply growable size by 2 instead of 3 when growing. 2015-03-11 16:53:20 -07:00
hash-sets Fix typo in hash-set documentation 2015-02-11 17:38:44 -08:00
hashtables
init
io use suffix! and append!. 2014-12-03 11:37:34 -08:00
kernel VM: code_block::scan, make it so the method always returns -1 if scan can't be determined, part of the fix for #1265 2015-01-15 09:29:13 +00:00
layouts
lexer change errors to use "object" instead of "obj". 2014-12-01 08:04:49 -08:00
make
math math.parser: simplify store-exponent. 2014-11-29 14:31:23 -08:00
memory
namespaces
parser Revert "parser: Print "Loading" message as a comment for homoiconicity. See #1221." 2014-11-23 22:41:15 -08:00
quotations
sbufs
sequences sequences: Add some examples of head and tail with short. 2014-12-17 17:43:18 -08:00
sets
slots
sorting sorting: faster sort-keys and sort-values for hashtables. 2014-12-05 10:50:22 -08:00
source-files
splitting
strings use suffix! and append!. 2014-12-03 11:37:34 -08:00
syntax
system system: better key-for-value. 2014-11-30 08:28:18 -08:00
vectors
vocabs
words core: use if* in a couple places. 2014-11-29 16:03:50 -08:00